Shades of Portage #999DE8
Tints of Portage #999DE8
RGB
CMYK
RGB Variations
Color information
#999DE8 (or 0x999DE8) is known color: Portage. HEX triplet: 99, 9D and E8. RGB value is (153,157,232). Sum of RGB (Red+Green+Blue) = 153+157+232=542 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.23% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #999DE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999DE8 is #666217. Grayscale: #A4A4A4. Windows color (decimal): -6709784 or 15244697. OLE color: 15244697.
HSL color Cylindrical-coordinate representation of color #999DE8: hue angle of 236.96º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #999DE8 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 157 | 232 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.09 |
| HSL | 236.96º | 0.63% | 0.75% | - |
| HSV(B) | 236.96º | 0.34% | 0.91% | - |
| XYZ | 39.76 | 36.71 | 81.33 | - |
| YUV | 164.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 232 | 0.34 | 0.32 | 0 | 0.09 | 236.96 | 0.63 | 0.75 |
| Hex | 99 | 9D | E8 | 22 | 20 | 0 | 9 | ED | 3F | 4B |
| Octal | 231 | 235 | 350 | 42 | 40 | 0 | 11 | 355 | 77 | 113 |
| Binary | 10011001 | 10011101 | 11101000 | 100010 | 100000 | 0 | 1001 | 11101101 | 111111 | 1001011 |
Color Harmonies of #999DE8
Complementary color
Monochromatic Colors of #999DE8
Black with #999DE8
Text Example
Text Example
White with #999DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DE8; }
p { color: rgb(153,157,232); }
H1.HeaderClassName
{
color: #999DE8;
}
.AnyTagClassName
{
color: #999DE8;
}
</style>
background-color css
<style>
a { background-color: #999DE8; }
a { background-color: rgb(153,157,232); }
div.DivClassName
{
background-color: #999DE8;
}
.BgClassName
{
background-color: #999DE8;
}
</style>
border-color css
<style>
span { border-color: #999DE8; }
span { border-color: rgb(153,157,232); }
td.TdClassName
{
border-color: #999DE8;
}
.TagClassName
{
border-color: #999DE8;
}
</style>