Shades of Portage #9C9EE9
Tints of Portage #9C9EE9
RGB
CMYK
RGB Variations
Color information
#9C9EE9 (or 0x9C9EE9) is known color: Portage. HEX triplet: 9C, 9E and E9. RGB value is (156,158,233). Sum of RGB (Red+Green+Blue) = 156+158+233=547 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.52% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C9EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EE9 is #636116. Grayscale: #A5A5A5. Windows color (decimal): -6512919 or 15310492. OLE color: 15310492.
HSL color Cylindrical-coordinate representation of color #9C9EE9: hue angle of 238.44º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C9EE9 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 158 | 233 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.09 |
| HSL | 238.44º | 0.64% | 0.76% | - |
| HSV(B) | 238.44º | 0.33% | 0.91% | - |
| XYZ | 40.65 | 37.4 | 82.17 | - |
| YUV | 165.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 233 | 0.33 | 0.32 | 0 | 0.09 | 238.44 | 0.64 | 0.76 |
| Hex | 9C | 9E | E9 | 21 | 20 | 0 | 9 | EE | 40 | 4C |
| Octal | 234 | 236 | 351 | 41 | 40 | 0 | 11 | 356 | 100 | 114 |
| Binary | 10011100 | 10011110 | 11101001 | 100001 | 100000 | 0 | 1001 | 11101110 | 1000000 | 1001100 |
Color Harmonies of #9C9EE9
Complementary color
Monochromatic Colors of #9C9EE9
Black with #9C9EE9
Text Example
Text Example
White with #9C9EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EE9; }
p { color: rgb(156,158,233); }
H1.HeaderClassName
{
color: #9C9EE9;
}
.AnyTagClassName
{
color: #9C9EE9;
}
</style>
background-color css
<style>
a { background-color: #9C9EE9; }
a { background-color: rgb(156,158,233); }
div.DivClassName
{
background-color: #9C9EE9;
}
.BgClassName
{
background-color: #9C9EE9;
}
</style>
border-color css
<style>
span { border-color: #9C9EE9; }
span { border-color: rgb(156,158,233); }
td.TdClassName
{
border-color: #9C9EE9;
}
.TagClassName
{
border-color: #9C9EE9;
}
</style>