#999EED

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

Shades of Portage #999EED

Tints of Portage #999EED

Color information

#999EED (or 0x999EED) is unknown color: approx Portage. HEX triplet: 99, 9E and ED. RGB value is (153,158,237). Sum of RGB (Red+Green+Blue) = 153+158+237=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #999EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EED is #666112. Grayscale: #A5A5A5. Windows color (decimal): -6709523 or 15572633. OLE color: 15572633.

HSL color Cylindrical-coordinate representation of color #999EED: hue angle of 236.43º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999EED is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB153158237-
CMYK0.350.3300.07
HSL236.43º70%76.47%-
HSV(B)236.43º35.44%92.94%-
XYZ40.6537.3485.19-
YUV165.51168.34119.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 27.92%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=27.92%
G=28.83%
B=43.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1531582370.350.3300.07236.437076.47
Hex999EED232107ec464c
Octal231236355434107354106114
Binary10011001100111101110110110001110000101111110110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999EED; }

 p { color: rgb(153,158,237); }

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

<style>
 a { background-color: #999EED; }

 a { background-color: rgb(153,158,237); }

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

<style>
 span { border-color: #999EED; }

 span { border-color: rgb(153,158,237); }

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