#999CE1

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

Shades of Portage #999CE1

Tints of Portage #999CE1

Color information

#999CE1 (or 0x999CE1) is unknown color: approx Portage. HEX triplet: 99, 9C and E1. RGB value is (153,156,225). Sum of RGB (Red+Green+Blue) = 153+156+225=534 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.65% from 534); Green value is 156 (61.33% from 255 or 29.21% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #999CE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CE1 is #66631E. Grayscale: #A2A2A2. Windows color (decimal): -6710047 or 14785689. OLE color: 14785689.

HSL color Cylindrical-coordinate representation of color #999CE1: hue angle of 237.5º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999CE1 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB153156225-
CMYK0.320.3100.12
HSL237.5º54.55%74.12%-
HSV(B)237.5º32%88.24%-
XYZ38.6235.9976.14-
YUV162.97163.01120.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.65%
GREEN value IS 156 (61.33% from 255) = 29.21%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=28.65%
G=29.21%
B=42.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1531562250.320.3100.12237.554.5574.12
Hex999CE1201F0Cee374a
Octal231234341403701435667112
Binary1001100110011100111000011000001111101100111011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,225); }

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

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

 a { background-color: rgb(153,156,225); }

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

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

 span { border-color: rgb(153,156,225); }

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