Shades of Portage #8E9ACF
Tints of Portage #8E9ACF
RGB
CMYK
RGB Variations
Color information
#8E9ACF (or 0x8E9ACF) is known color: Portage. HEX triplet: 8E, 9A and CF. RGB value is (142,154,207). Sum of RGB (Red+Green+Blue) = 142+154+207=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E9ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9ACF is #716530. Grayscale: #9C9C9C. Windows color (decimal): -7431473 or 13605518. OLE color: 13605518.
HSL color Cylindrical-coordinate representation of color #8E9ACF: hue angle of 228.92º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E9ACF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 154 | 207 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.19 |
| HSL | 228.92º | 0.4% | 0.68% | - |
| HSV(B) | 228.92º | 0.31% | 0.81% | - |
| XYZ | 33.97 | 33.37 | 63.68 | - |
| YUV | 156.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 154 | 207 | 0.31 | 0.26 | 0 | 0.19 | 228.92 | 0.4 | 0.68 |
| Hex | 8E | 9A | CF | 1F | 1A | 0 | 13 | E5 | 28 | 44 |
| Octal | 216 | 232 | 317 | 37 | 32 | 0 | 23 | 345 | 50 | 104 |
| Binary | 10001110 | 10011010 | 11001111 | 11111 | 11010 | 0 | 10011 | 11100101 | 101000 | 1000100 |
Color Harmonies of #8E9ACF
Complementary color
Monochromatic Colors of #8E9ACF
Black with #8E9ACF
Text Example
Text Example
White with #8E9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9ACF; }
p { color: rgb(142,154,207); }
H1.HeaderClassName
{
color: #8E9ACF;
}
.AnyTagClassName
{
color: #8E9ACF;
}
</style>
background-color css
<style>
a { background-color: #8E9ACF; }
a { background-color: rgb(142,154,207); }
div.DivClassName
{
background-color: #8E9ACF;
}
.BgClassName
{
background-color: #8E9ACF;
}
</style>
border-color css
<style>
span { border-color: #8E9ACF; }
span { border-color: rgb(142,154,207); }
td.TdClassName
{
border-color: #8E9ACF;
}
.TagClassName
{
border-color: #8E9ACF;
}
</style>