Shades of Portage #9CA0E9
Tints of Portage #9CA0E9
RGB
CMYK
RGB Variations
Color information
#9CA0E9 (or 0x9CA0E9) is known color: Portage. HEX triplet: 9C, A0 and E9. RGB value is (156,160,233). Sum of RGB (Red+Green+Blue) = 156+160+233=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 233 (91.41% from 255 or 42.44% from 549); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CA0E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CA0E9 is #635F16. Grayscale: #A6A6A6. Windows color (decimal): -6512407 or 15311004. OLE color: 15311004.
HSL color Cylindrical-coordinate representation of color #9CA0E9: hue angle of 236.88º 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 #9CA0E9 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 160 | 233 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.09 |
| HSL | 236.88º | 0.64% | 0.76% | - |
| HSV(B) | 236.88º | 0.33% | 0.91% | - |
| XYZ | 40.99 | 38.09 | 82.28 | - |
| YUV | 167.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 233 | 0.33 | 0.31 | 0 | 0.09 | 236.88 | 0.64 | 0.76 |
| Hex | 9C | A0 | E9 | 21 | 1F | 0 | 9 | ED | 40 | 4C |
| Octal | 234 | 240 | 351 | 41 | 37 | 0 | 11 | 355 | 100 | 114 |
| Binary | 10011100 | 10100000 | 11101001 | 100001 | 11111 | 0 | 1001 | 11101101 | 1000000 | 1001100 |
Color Harmonies of #9CA0E9
Complementary color
Monochromatic Colors of #9CA0E9
Black with #9CA0E9
Text Example
Text Example
White with #9CA0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0E9; }
p { color: rgb(156,160,233); }
H1.HeaderClassName
{
color: #9CA0E9;
}
.AnyTagClassName
{
color: #9CA0E9;
}
</style>
background-color css
<style>
a { background-color: #9CA0E9; }
a { background-color: rgb(156,160,233); }
div.DivClassName
{
background-color: #9CA0E9;
}
.BgClassName
{
background-color: #9CA0E9;
}
</style>
border-color css
<style>
span { border-color: #9CA0E9; }
span { border-color: rgb(156,160,233); }
td.TdClassName
{
border-color: #9CA0E9;
}
.TagClassName
{
border-color: #9CA0E9;
}
</style>