Shades of Portage #9C9EEB
Tints of Portage #9C9EEB
RGB
CMYK
RGB Variations
Color information
#9C9EEB (or 0x9C9EEB) is known color: Portage. HEX triplet: 9C, 9E and EB. RGB value is (156,158,235). Sum of RGB (Red+Green+Blue) = 156+158+235=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EEB is #636114. Grayscale: #A5A5A5. Windows color (decimal): -6512917 or 15441564. OLE color: 15441564.
HSL color Cylindrical-coordinate representation of color #9C9EEB: hue angle of 238.48º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C9EEB is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 158 | 235 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.08 |
| HSL | 238.48º | 0.66% | 0.77% | - |
| HSV(B) | 238.48º | 0.34% | 0.92% | - |
| XYZ | 40.93 | 37.52 | 83.68 | - |
| YUV | 166.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 235 | 0.34 | 0.33 | 0 | 0.08 | 238.48 | 0.66 | 0.77 |
| Hex | 9C | 9E | EB | 22 | 21 | 0 | 8 | EE | 42 | 4D |
| Octal | 234 | 236 | 353 | 42 | 41 | 0 | 10 | 356 | 102 | 115 |
| Binary | 10011100 | 10011110 | 11101011 | 100010 | 100001 | 0 | 1000 | 11101110 | 1000010 | 1001101 |
Color Harmonies of #9C9EEB
Complementary color
Monochromatic Colors of #9C9EEB
Black with #9C9EEB
Text Example
Text Example
White with #9C9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EEB; }
p { color: rgb(156,158,235); }
H1.HeaderClassName
{
color: #9C9EEB;
}
.AnyTagClassName
{
color: #9C9EEB;
}
</style>
background-color css
<style>
a { background-color: #9C9EEB; }
a { background-color: rgb(156,158,235); }
div.DivClassName
{
background-color: #9C9EEB;
}
.BgClassName
{
background-color: #9C9EEB;
}
</style>
border-color css
<style>
span { border-color: #9C9EEB; }
span { border-color: rgb(156,158,235); }
td.TdClassName
{
border-color: #9C9EEB;
}
.TagClassName
{
border-color: #9C9EEB;
}
</style>