#9996EF

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

Shades of Portage #9996EF

Tints of Portage #9996EF

Color information

#9996EF (or 0x9996EF) is unknown color: approx Portage. HEX triplet: 99, 96 and EF. RGB value is (153,150,239). Sum of RGB (Red+Green+Blue) = 153+150+239=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #9996EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9996EF is #666910. Grayscale: #A0A0A0. Windows color (decimal): -6711569 or 15701657. OLE color: 15701657.

HSL color Cylindrical-coordinate representation of color #9996EF: hue angle of 242.02º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9996EF is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB153150239-
CMYK0.360.3700.06
HSL242.02º73.55%76.27%-
HSV(B)242.02º37.24%93.73%-
XYZ39.6234.8286.29-
YUV161.04171.99122.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.23%
GREEN value IS 150 (58.98% from 255) = 27.68%
BLUE value IS 239 (93.75% from 255) = 44.10%
R=28.23%
G=27.68%
B=44.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1531502390.360.3700.06242.0273.5576.27
Hex9996EF242506f24a4c
Octal231226357444506362112114
Binary10011001100101101110111110010010010101101111001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9996EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9996EF; }

 p { color: rgb(153,150,239); }

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

<style>
 a { background-color: #9996EF; }

 a { background-color: rgb(153,150,239); }

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

<style>
 span { border-color: #9996EF; }

 span { border-color: rgb(153,150,239); }

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