Shades of Portage #9C9DED
Tints of Portage #9C9DED
RGB
CMYK
RGB Variations
Color information
#9C9DED (or 0x9C9DED) is known color: Portage. HEX triplet: 9C, 9D and ED. RGB value is (156,157,237). Sum of RGB (Red+Green+Blue) = 156+157+237=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C9DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C9DED is #636212. Grayscale: #A5A5A5. Windows color (decimal): -6513171 or 15572380. OLE color: 15572380.
HSL color Cylindrical-coordinate representation of color #9C9DED: hue angle of 239.26º 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 #9C9DED is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 157 | 237 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.07 |
| HSL | 239.26º | 0.69% | 0.77% | - |
| HSV(B) | 239.26º | 0.34% | 0.93% | - |
| XYZ | 41.05 | 37.3 | 85.16 | - |
| YUV | 165.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 237 | 0.34 | 0.34 | 0 | 0.07 | 239.26 | 0.69 | 0.77 |
| Hex | 9C | 9D | ED | 22 | 22 | 0 | 7 | EF | 45 | 4D |
| Octal | 234 | 235 | 355 | 42 | 42 | 0 | 7 | 357 | 105 | 115 |
| Binary | 10011100 | 10011101 | 11101101 | 100010 | 100010 | 0 | 111 | 11101111 | 1000101 | 1001101 |
Color Harmonies of #9C9DED
Complementary color
Monochromatic Colors of #9C9DED
Black with #9C9DED
Text Example
Text Example
White with #9C9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DED; }
p { color: rgb(156,157,237); }
H1.HeaderClassName
{
color: #9C9DED;
}
.AnyTagClassName
{
color: #9C9DED;
}
</style>
background-color css
<style>
a { background-color: #9C9DED; }
a { background-color: rgb(156,157,237); }
div.DivClassName
{
background-color: #9C9DED;
}
.BgClassName
{
background-color: #9C9DED;
}
</style>
border-color css
<style>
span { border-color: #9C9DED; }
span { border-color: rgb(156,157,237); }
td.TdClassName
{
border-color: #9C9DED;
}
.TagClassName
{
border-color: #9C9DED;
}
</style>