Shades of Portage #8E9ACD
Tints of Portage #8E9ACD
RGB
CMYK
RGB Variations
Color information
#8E9ACD (or 0x8E9ACD) is known color: Portage. HEX triplet: 8E, 9A and CD. RGB value is (142,154,205). Sum of RGB (Red+Green+Blue) = 142+154+205=501 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.34% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACD is #716532. Grayscale: #9C9C9C. Windows color (decimal): -7431475 or 13474446. OLE color: 13474446.
HSL color Cylindrical-coordinate representation of color #8E9ACD: hue angle of 228.57º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9ACD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 154 | 205 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.20 |
| HSL | 228.57º | 0.39% | 0.68% | - |
| HSV(B) | 228.57º | 0.31% | 0.8% | - |
| XYZ | 33.73 | 33.27 | 62.4 | - |
| YUV | 156.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 205 | 0.31 | 0.25 | 0 | 0.20 | 228.57 | 0.39 | 0.68 |
| Hex | 8E | 9A | CD | 1F | 19 | 0 | 14 | E5 | 27 | 44 |
| Octal | 216 | 232 | 315 | 37 | 31 | 0 | 24 | 345 | 47 | 104 |
| Binary | 10001110 | 10011010 | 11001101 | 11111 | 11001 | 0 | 10100 | 11100101 | 100111 | 1000100 |
Color Harmonies of #8E9ACD
Complementary color
Monochromatic Colors of #8E9ACD
Black with #8E9ACD
Text Example
Text Example
White with #8E9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9ACD; }
p { color: rgb(142,154,205); }
H1.HeaderClassName
{
color: #8E9ACD;
}
.AnyTagClassName
{
color: #8E9ACD;
}
</style>
background-color css
<style>
a { background-color: #8E9ACD; }
a { background-color: rgb(142,154,205); }
div.DivClassName
{
background-color: #8E9ACD;
}
.BgClassName
{
background-color: #8E9ACD;
}
</style>
border-color css
<style>
span { border-color: #8E9ACD; }
span { border-color: rgb(142,154,205); }
td.TdClassName
{
border-color: #8E9ACD;
}
.TagClassName
{
border-color: #8E9ACD;
}
</style>