Shades of Portage #999EDC
Tints of Portage #999EDC
RGB
CMYK
RGB Variations
Color information
#999EDC (or 0x999EDC) is known color: Portage. HEX triplet: 99, 9E and DC. RGB value is (153,158,220). Sum of RGB (Red+Green+Blue) = 153+158+220=531 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.81% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #999EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EDC is #666123. Grayscale: #A3A3A3. Windows color (decimal): -6709540 or 14458521. OLE color: 14458521.
HSL color Cylindrical-coordinate representation of color #999EDC: hue angle of 235.52º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #999EDC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 158 | 220 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.14 |
| HSL | 235.52º | 0.49% | 0.73% | - |
| HSV(B) | 235.52º | 0.3% | 0.86% | - |
| XYZ | 38.28 | 36.39 | 72.72 | - |
| YUV | 163.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 158 | 220 | 0.30 | 0.28 | 0 | 0.14 | 235.52 | 0.49 | 0.73 |
| Hex | 99 | 9E | DC | 1E | 1C | 0 | E | EC | 31 | 49 |
| Octal | 231 | 236 | 334 | 36 | 34 | 0 | 16 | 354 | 61 | 111 |
| Binary | 10011001 | 10011110 | 11011100 | 11110 | 11100 | 0 | 1110 | 11101100 | 110001 | 1001001 |
Color Harmonies of #999EDC
Complementary color
Monochromatic Colors of #999EDC
Black with #999EDC
Text Example
Text Example
White with #999EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999EDC; }
p { color: rgb(153,158,220); }
H1.HeaderClassName
{
color: #999EDC;
}
.AnyTagClassName
{
color: #999EDC;
}
</style>
background-color css
<style>
a { background-color: #999EDC; }
a { background-color: rgb(153,158,220); }
div.DivClassName
{
background-color: #999EDC;
}
.BgClassName
{
background-color: #999EDC;
}
</style>
border-color css
<style>
span { border-color: #999EDC; }
span { border-color: rgb(153,158,220); }
td.TdClassName
{
border-color: #999EDC;
}
.TagClassName
{
border-color: #999EDC;
}
</style>