#9496DF

Color #9496DF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #9496DF

Tints of Portage #9496DF

Color information

#9496DF (or 0x9496DF) is unknown color: approx Portage. HEX triplet: 94, 96 and DF. RGB value is (148,150,223). Sum of RGB (Red+Green+Blue) = 148+150+223=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9496DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9496DF is #6B6920. Grayscale: #9D9D9D. Windows color (decimal): -7039265 or 14653076. OLE color: 14653076.

HSL color Cylindrical-coordinate representation of color #9496DF: hue angle of 238.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9496DF is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB148150223-
CMYK0.340.3300.13
HSL238.4º53.96%72.75%-
HSV(B)238.4º33.63%87.45%-
XYZ36.4433.4474.35-
YUV157.72164.84121.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 28.41%
GREEN value IS 150 (58.98% from 255) = 28.79%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=28.41%
G=28.79%
B=42.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1481502230.340.3300.13238.453.9672.75
Hex9496DF22210Dee3649
Octal224226337424101535666111
Binary10010100100101101101111110001010000101101111011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9496DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9496DF; }

 p { color: rgb(148,150,223); }

 H1.HeaderClassName
 {
   color: #9496DF;
 }
 .AnyTagClassName
 {
   color: #9496DF;
 }
</style>
background-color css

<style>
 a { background-color: #9496DF; }

 a { background-color: rgb(148,150,223); }

 div.DivClassName
 {
   background-color: #9496DF;
 }
 .BgClassName
 {
   background-color: #9496DF;
 }
</style>
border-color css

<style>
 span { border-color: #9496DF; }

 span { border-color: rgb(148,150,223); }

 td.TdClassName
 {
   border-color: #9496DF;
 }
 .TagClassName
 {
   border-color: #9496DF;
 }
</style>