Shades of Portage #8E95CA
Tints of Portage #8E95CA
RGB
CMYK
RGB Variations
Color information
#8E95CA (or 0x8E95CA) is known color: Portage. HEX triplet: 8E, 95 and CA. RGB value is (142,149,202). Sum of RGB (Red+Green+Blue) = 142+149+202=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E95CA is #716A35. Grayscale: #989898. Windows color (decimal): -7432758 or 13276558. OLE color: 13276558.
HSL color Cylindrical-coordinate representation of color #8E95CA: hue angle of 233º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E95CA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 149 | 202 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.21 |
| HSL | 233º | 0.36% | 0.67% | - |
| HSV(B) | 233º | 0.3% | 0.79% | - |
| XYZ | 32.56 | 31.51 | 60.24 | - |
| YUV | 152.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 149 | 202 | 0.30 | 0.26 | 0 | 0.21 | 233 | 0.36 | 0.67 |
| Hex | 8E | 95 | CA | 1E | 1A | 0 | 15 | E9 | 24 | 43 |
| Octal | 216 | 225 | 312 | 36 | 32 | 0 | 25 | 351 | 44 | 103 |
| Binary | 10001110 | 10010101 | 11001010 | 11110 | 11010 | 0 | 10101 | 11101001 | 100100 | 1000011 |
Color Harmonies of #8E95CA
Complementary color
Monochromatic Colors of #8E95CA
Black with #8E95CA
Text Example
Text Example
White with #8E95CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E95CA; }
p { color: rgb(142,149,202); }
H1.HeaderClassName
{
color: #8E95CA;
}
.AnyTagClassName
{
color: #8E95CA;
}
</style>
background-color css
<style>
a { background-color: #8E95CA; }
a { background-color: rgb(142,149,202); }
div.DivClassName
{
background-color: #8E95CA;
}
.BgClassName
{
background-color: #8E95CA;
}
</style>
border-color css
<style>
span { border-color: #8E95CA; }
span { border-color: rgb(142,149,202); }
td.TdClassName
{
border-color: #8E95CA;
}
.TagClassName
{
border-color: #8E95CA;
}
</style>