Shades of Portage #999EED
Tints of Portage #999EED
RGB
CMYK
RGB Variations
Color information
#999EED (or 0x999EED) is known color: 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
| RGB | 153 | 158 | 237 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.07 |
| HSL | 236.43º | 0.7% | 0.76% | - |
| HSV(B) | 236.43º | 0.35% | 0.93% | - |
| XYZ | 40.65 | 37.34 | 85.19 | - |
| YUV | 165.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 237 | 0.35 | 0.33 | 0 | 0.07 | 236.43 | 0.7 | 0.76 |
| Hex | 99 | 9E | ED | 23 | 21 | 0 | 7 | EC | 46 | 4C |
| Octal | 231 | 236 | 355 | 43 | 41 | 0 | 7 | 354 | 106 | 114 |
| Binary | 10011001 | 10011110 | 11101101 | 100011 | 100001 | 0 | 111 | 11101100 | 1000110 | 1001100 |
Color Harmonies of #999EED
Complementary color
Monochromatic Colors of #999EED
Black with #999EED
Text Example
Text Example
White with #999EED
Text Example
Text Example
HTML Codes & Css Web 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>