Shades of Portage #999EDE
Tints of Portage #999EDE
RGB
CMYK
RGB Variations
Color information
#999EDE (or 0x999EDE) is known color: Portage. HEX triplet: 99, 9E and DE. RGB value is (153,158,222). Sum of RGB (Red+Green+Blue) = 153+158+222=533 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.71% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #999EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDE is #666121. Grayscale: #A3A3A3. Windows color (decimal): -6709538 or 14589593. OLE color: 14589593.
HSL color Cylindrical-coordinate representation of color #999EDE: hue angle of 235.65º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #999EDE is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 158 | 222 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.13 |
| HSL | 235.65º | 0.51% | 0.74% | - |
| HSV(B) | 235.65º | 0.31% | 0.87% | - |
| XYZ | 38.55 | 36.5 | 74.12 | - |
| YUV | 163.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 222 | 0.31 | 0.29 | 0 | 0.13 | 235.65 | 0.51 | 0.74 |
| Hex | 99 | 9E | DE | 1F | 1D | 0 | D | EC | 33 | 4A |
| Octal | 231 | 236 | 336 | 37 | 35 | 0 | 15 | 354 | 63 | 112 |
| Binary | 10011001 | 10011110 | 11011110 | 11111 | 11101 | 0 | 1101 | 11101100 | 110011 | 1001010 |
Color Harmonies of #999EDE
Complementary color
Monochromatic Colors of #999EDE
Black with #999EDE
Text Example
Text Example
White with #999EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EDE; }
p { color: rgb(153,158,222); }
H1.HeaderClassName
{
color: #999EDE;
}
.AnyTagClassName
{
color: #999EDE;
}
</style>
background-color css
<style>
a { background-color: #999EDE; }
a { background-color: rgb(153,158,222); }
div.DivClassName
{
background-color: #999EDE;
}
.BgClassName
{
background-color: #999EDE;
}
</style>
border-color css
<style>
span { border-color: #999EDE; }
span { border-color: rgb(153,158,222); }
td.TdClassName
{
border-color: #999EDE;
}
.TagClassName
{
border-color: #999EDE;
}
</style>