Shades of Portage #8C90CE
Tints of Portage #8C90CE
RGB
CMYK
RGB Variations
Color information
#8C90CE (or 0x8C90CE) is known color: Portage. HEX triplet: 8C, 90 and CE. RGB value is (140,144,206). Sum of RGB (Red+Green+Blue) = 140+144+206=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #8C90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C90CE is #736F31. Grayscale: #959595. Windows color (decimal): -7565106 or 13537420. OLE color: 13537420.
HSL color Cylindrical-coordinate representation of color #8C90CE: hue angle of 236.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C90CE is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 144 | 206 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.19 |
| HSL | 236.36º | 0.4% | 0.68% | - |
| HSV(B) | 236.36º | 0.32% | 0.81% | - |
| XYZ | 31.93 | 29.98 | 62.5 | - |
| YUV | 149.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 144 | 206 | 0.32 | 0.30 | 0 | 0.19 | 236.36 | 0.4 | 0.68 |
| Hex | 8C | 90 | CE | 20 | 1E | 0 | 13 | EC | 28 | 44 |
| Octal | 214 | 220 | 316 | 40 | 36 | 0 | 23 | 354 | 50 | 104 |
| Binary | 10001100 | 10010000 | 11001110 | 100000 | 11110 | 0 | 10011 | 11101100 | 101000 | 1000100 |
Color Harmonies of #8C90CE
Complementary color
Monochromatic Colors of #8C90CE
Black with #8C90CE
Text Example
Text Example
White with #8C90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C90CE; }
p { color: rgb(140,144,206); }
H1.HeaderClassName
{
color: #8C90CE;
}
.AnyTagClassName
{
color: #8C90CE;
}
</style>
background-color css
<style>
a { background-color: #8C90CE; }
a { background-color: rgb(140,144,206); }
div.DivClassName
{
background-color: #8C90CE;
}
.BgClassName
{
background-color: #8C90CE;
}
</style>
border-color css
<style>
span { border-color: #8C90CE; }
span { border-color: rgb(140,144,206); }
td.TdClassName
{
border-color: #8C90CE;
}
.TagClassName
{
border-color: #8C90CE;
}
</style>