Shades of Portage #9C9EED
Tints of Portage #9C9EED
RGB
CMYK
RGB Variations
Color information
#9C9EED (or 0x9C9EED) is known color: Portage. HEX triplet: 9C, 9E and ED. RGB value is (156,158,237). Sum of RGB (Red+Green+Blue) = 156+158+237=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9EED is #636112. Grayscale: #A6A6A6. Windows color (decimal): -6512915 or 15572636. OLE color: 15572636.
HSL color Cylindrical-coordinate representation of color #9C9EED: hue angle of 238.52º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C9EED is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 158 | 237 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.07 |
| HSL | 238.52º | 0.69% | 0.77% | - |
| HSV(B) | 238.52º | 0.34% | 0.93% | - |
| XYZ | 41.22 | 37.64 | 85.21 | - |
| YUV | 166.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 237 | 0.34 | 0.33 | 0 | 0.07 | 238.52 | 0.69 | 0.77 |
| Hex | 9C | 9E | ED | 22 | 21 | 0 | 7 | EF | 45 | 4D |
| Octal | 234 | 236 | 355 | 42 | 41 | 0 | 7 | 357 | 105 | 115 |
| Binary | 10011100 | 10011110 | 11101101 | 100010 | 100001 | 0 | 111 | 11101111 | 1000101 | 1001101 |
Color Harmonies of #9C9EED
Complementary color
Monochromatic Colors of #9C9EED
Black with #9C9EED
Text Example
Text Example
White with #9C9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9EED; }
p { color: rgb(156,158,237); }
H1.HeaderClassName
{
color: #9C9EED;
}
.AnyTagClassName
{
color: #9C9EED;
}
</style>
background-color css
<style>
a { background-color: #9C9EED; }
a { background-color: rgb(156,158,237); }
div.DivClassName
{
background-color: #9C9EED;
}
.BgClassName
{
background-color: #9C9EED;
}
</style>
border-color css
<style>
span { border-color: #9C9EED; }
span { border-color: rgb(156,158,237); }
td.TdClassName
{
border-color: #9C9EED;
}
.TagClassName
{
border-color: #9C9EED;
}
</style>