Shades of Portage #999DE2
Tints of Portage #999DE2
RGB
CMYK
RGB Variations
Color information
#999DE2 (or 0x999DE2) is known color: Portage. HEX triplet: 99, 9D and E2. RGB value is (153,157,226). Sum of RGB (Red+Green+Blue) = 153+157+226=536 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.54% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #999DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DE2 is #66621D. Grayscale: #A3A3A3. Windows color (decimal): -6709790 or 14851481. OLE color: 14851481.
HSL color Cylindrical-coordinate representation of color #999DE2: hue angle of 236.71º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #999DE2 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 157 | 226 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.11 |
| HSL | 236.71º | 0.56% | 0.74% | - |
| HSV(B) | 236.71º | 0.32% | 0.89% | - |
| XYZ | 38.92 | 36.38 | 76.92 | - |
| YUV | 163.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 226 | 0.32 | 0.31 | 0 | 0.11 | 236.71 | 0.56 | 0.74 |
| Hex | 99 | 9D | E2 | 20 | 1F | 0 | B | ED | 38 | 4A |
| Octal | 231 | 235 | 342 | 40 | 37 | 0 | 13 | 355 | 70 | 112 |
| Binary | 10011001 | 10011101 | 11100010 | 100000 | 11111 | 0 | 1011 | 11101101 | 111000 | 1001010 |
Color Harmonies of #999DE2
Complementary color
Monochromatic Colors of #999DE2
Black with #999DE2
Text Example
Text Example
White with #999DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DE2; }
p { color: rgb(153,157,226); }
H1.HeaderClassName
{
color: #999DE2;
}
.AnyTagClassName
{
color: #999DE2;
}
</style>
background-color css
<style>
a { background-color: #999DE2; }
a { background-color: rgb(153,157,226); }
div.DivClassName
{
background-color: #999DE2;
}
.BgClassName
{
background-color: #999DE2;
}
</style>
border-color css
<style>
span { border-color: #999DE2; }
span { border-color: rgb(153,157,226); }
td.TdClassName
{
border-color: #999DE2;
}
.TagClassName
{
border-color: #999DE2;
}
</style>