Shades of Portage #8C9EEA
Tints of Portage #8C9EEA
RGB
CMYK
RGB Variations
Color information
#8C9EEA (or 0x8C9EEA) is known color: Portage. HEX triplet: 8C, 9E and EA. RGB value is (140,158,234). Sum of RGB (Red+Green+Blue) = 140+158+234=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #8C9EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9EEA is #736115. Grayscale: #A0A0A0. Windows color (decimal): -7561494 or 15376012. OLE color: 15376012.
HSL color Cylindrical-coordinate representation of color #8C9EEA: hue angle of 228.51º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9EEA is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 158 | 234 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.08 |
| HSL | 228.51º | 0.69% | 0.73% | - |
| HSV(B) | 228.51º | 0.4% | 0.92% | - |
| XYZ | 37.89 | 35.97 | 82.79 | - |
| YUV | 161.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 234 | 0.40 | 0.32 | 0 | 0.08 | 228.51 | 0.69 | 0.73 |
| Hex | 8C | 9E | EA | 28 | 20 | 0 | 8 | E5 | 45 | 49 |
| Octal | 214 | 236 | 352 | 50 | 40 | 0 | 10 | 345 | 105 | 111 |
| Binary | 10001100 | 10011110 | 11101010 | 101000 | 100000 | 0 | 1000 | 11100101 | 1000101 | 1001001 |
Color Harmonies of #8C9EEA
Complementary color
Monochromatic Colors of #8C9EEA
Black with #8C9EEA
Text Example
Text Example
White with #8C9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9EEA; }
p { color: rgb(140,158,234); }
H1.HeaderClassName
{
color: #8C9EEA;
}
.AnyTagClassName
{
color: #8C9EEA;
}
</style>
background-color css
<style>
a { background-color: #8C9EEA; }
a { background-color: rgb(140,158,234); }
div.DivClassName
{
background-color: #8C9EEA;
}
.BgClassName
{
background-color: #8C9EEA;
}
</style>
border-color css
<style>
span { border-color: #8C9EEA; }
span { border-color: rgb(140,158,234); }
td.TdClassName
{
border-color: #8C9EEA;
}
.TagClassName
{
border-color: #8C9EEA;
}
</style>