Shades of Portage #999CE1
Tints of Portage #999CE1
RGB
CMYK
RGB Variations
Color information
#999CE1 (or 0x999CE1) is known color: 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
| RGB | 153 | 156 | 225 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.12 |
| HSL | 237.5º | 0.55% | 0.74% | - |
| HSV(B) | 237.5º | 0.32% | 0.88% | - |
| XYZ | 38.62 | 35.99 | 76.14 | - |
| YUV | 162.97 | 163.01 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 225 | 0.32 | 0.31 | 0 | 0.12 | 237.5 | 0.55 | 0.74 |
| Hex | 99 | 9C | E1 | 20 | 1F | 0 | C | EE | 37 | 4A |
| Octal | 231 | 234 | 341 | 40 | 37 | 0 | 14 | 356 | 67 | 112 |
| Binary | 10011001 | 10011100 | 11100001 | 100000 | 11111 | 0 | 1100 | 11101110 | 110111 | 1001010 |
Color Harmonies of #999CE1
Complementary color
Monochromatic Colors of #999CE1
Black with #999CE1
Text Example
Text Example
White with #999CE1
Text Example
Text Example
HTML Codes & Css Web 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>