Shades of Portage #8C9EEB
Tints of Portage #8C9EEB
RGB
CMYK
RGB Variations
Color information
#8C9EEB (or 0x8C9EEB) is known color: Portage. HEX triplet: 8C, 9E and EB. RGB value is (140,158,235). Sum of RGB (Red+Green+Blue) = 140+158+235=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C9EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9EEB is #736114. Grayscale: #A1A1A1. Windows color (decimal): -7561493 or 15441548. OLE color: 15441548.
HSL color Cylindrical-coordinate representation of color #8C9EEB: hue angle of 228.63º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9EEB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 158 | 235 | - |
| CMYK | 0.40 | 0.33 | 0 | 0.08 |
| HSL | 228.63º | 0.7% | 0.74% | - |
| HSV(B) | 228.63º | 0.4% | 0.92% | - |
| XYZ | 38.04 | 36.03 | 83.55 | - |
| YUV | 161.4 | 169.54 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 235 | 0.40 | 0.33 | 0 | 0.08 | 228.63 | 0.7 | 0.74 |
| Hex | 8C | 9E | EB | 28 | 21 | 0 | 8 | E5 | 46 | 4A |
| Octal | 214 | 236 | 353 | 50 | 41 | 0 | 10 | 345 | 106 | 112 |
| Binary | 10001100 | 10011110 | 11101011 | 101000 | 100001 | 0 | 1000 | 11100101 | 1000110 | 1001010 |
Color Harmonies of #8C9EEB
Complementary color
Monochromatic Colors of #8C9EEB
Black with #8C9EEB
Text Example
Text Example
White with #8C9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9EEB; }
p { color: rgb(140,158,235); }
H1.HeaderClassName
{
color: #8C9EEB;
}
.AnyTagClassName
{
color: #8C9EEB;
}
</style>
background-color css
<style>
a { background-color: #8C9EEB; }
a { background-color: rgb(140,158,235); }
div.DivClassName
{
background-color: #8C9EEB;
}
.BgClassName
{
background-color: #8C9EEB;
}
</style>
border-color css
<style>
span { border-color: #8C9EEB; }
span { border-color: rgb(140,158,235); }
td.TdClassName
{
border-color: #8C9EEB;
}
.TagClassName
{
border-color: #8C9EEB;
}
</style>