Shades of Portage #8E9CFF
Tints of Portage #8E9CFF
RGB
CMYK
RGB Variations
Color information
#8E9CFF (or 0x8E9CFF) is known color: Portage. HEX triplet: 8E, 9C and FF. RGB value is (142,156,255). Sum of RGB (Red+Green+Blue) = 142+156+255=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E9CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E9CFF is #716300. Grayscale: #A2A2A2. Windows color (decimal): -7430913 or 16751758. OLE color: 16751758.
HSL color Cylindrical-coordinate representation of color #8E9CFF: hue angle of 232.57º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E9CFF is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 156 | 255 | - |
| CMYK | 0.44 | 0.39 | 0 | 0 |
| HSL | 232.57º | 1% | 0.78% | - |
| HSV(B) | 232.57º | 0.44% | 1% | - |
| XYZ | 41.09 | 36.75 | 99.53 | - |
| YUV | 163.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 156 | 255 | 0.44 | 0.39 | 0 | 0 | 232.57 | 1 | 0.78 |
| Hex | 8E | 9C | FF | 2C | 27 | 0 | 0 | E9 | 64 | 4E |
| Octal | 216 | 234 | 377 | 54 | 47 | 0 | 0 | 351 | 144 | 116 |
| Binary | 10001110 | 10011100 | 11111111 | 101100 | 100111 | 0 | 0 | 11101001 | 1100100 | 1001110 |
Color Harmonies of #8E9CFF
Complementary color
Monochromatic Colors of #8E9CFF
Black with #8E9CFF
Text Example
Text Example
White with #8E9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9CFF; }
p { color: rgb(142,156,255); }
H1.HeaderClassName
{
color: #8E9CFF;
}
.AnyTagClassName
{
color: #8E9CFF;
}
</style>
background-color css
<style>
a { background-color: #8E9CFF; }
a { background-color: rgb(142,156,255); }
div.DivClassName
{
background-color: #8E9CFF;
}
.BgClassName
{
background-color: #8E9CFF;
}
</style>
border-color css
<style>
span { border-color: #8E9CFF; }
span { border-color: rgb(142,156,255); }
td.TdClassName
{
border-color: #8E9CFF;
}
.TagClassName
{
border-color: #8E9CFF;
}
</style>