Shades of Portage #999EEB
Tints of Portage #999EEB
RGB
CMYK
RGB Variations
Color information
#999EEB (or 0x999EEB) is known color: Portage. HEX triplet: 99, 9E and EB. RGB value is (153,158,235). Sum of RGB (Red+Green+Blue) = 153+158+235=546 (72% of max value = 765). Red value is 153 (60.16% from 255 or 28.02% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #999EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #999EEB is #666114. Grayscale: #A4A4A4. Windows color (decimal): -6709525 or 15441561. OLE color: 15441561.
HSL color Cylindrical-coordinate representation of color #999EEB: hue angle of 236.34º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #999EEB is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 158 | 235 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.08 |
| HSL | 236.34º | 0.67% | 0.76% | - |
| HSV(B) | 236.34º | 0.35% | 0.92% | - |
| XYZ | 40.36 | 37.22 | 83.66 | - |
| YUV | 165.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 235 | 0.35 | 0.33 | 0 | 0.08 | 236.34 | 0.67 | 0.76 |
| Hex | 99 | 9E | EB | 23 | 21 | 0 | 8 | EC | 43 | 4C |
| Octal | 231 | 236 | 353 | 43 | 41 | 0 | 10 | 354 | 103 | 114 |
| Binary | 10011001 | 10011110 | 11101011 | 100011 | 100001 | 0 | 1000 | 11101100 | 1000011 | 1001100 |
Color Harmonies of #999EEB
Complementary color
Monochromatic Colors of #999EEB
Black with #999EEB
Text Example
Text Example
White with #999EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EEB; }
p { color: rgb(153,158,235); }
H1.HeaderClassName
{
color: #999EEB;
}
.AnyTagClassName
{
color: #999EEB;
}
</style>
background-color css
<style>
a { background-color: #999EEB; }
a { background-color: rgb(153,158,235); }
div.DivClassName
{
background-color: #999EEB;
}
.BgClassName
{
background-color: #999EEB;
}
</style>
border-color css
<style>
span { border-color: #999EEB; }
span { border-color: rgb(153,158,235); }
td.TdClassName
{
border-color: #999EEB;
}
.TagClassName
{
border-color: #999EEB;
}
</style>