Shades of Portage #898ECC
Tints of Portage #898ECC
RGB
CMYK
RGB Variations
Color information
#898ECC (or 0x898ECC) is known color: Portage. HEX triplet: 89, 8E and CC. RGB value is (137,142,204). Sum of RGB (Red+Green+Blue) = 137+142+204=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #898ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECC is #767133. Grayscale: #939393. Windows color (decimal): -7762228 or 13405833. OLE color: 13405833.
HSL color Cylindrical-coordinate representation of color #898ECC: hue angle of 235.52º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898ECC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 142 | 204 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.2 |
| HSL | 235.52º | 0.4% | 0.67% | - |
| HSV(B) | 235.52º | 0.33% | 0.8% | - |
| XYZ | 30.89 | 29.02 | 61.1 | - |
| YUV | 147.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 204 | 0.33 | 0.30 | 0 | 0.2 | 235.52 | 0.4 | 0.67 |
| Hex | 89 | 8E | CC | 21 | 1E | 0 | 14 | EC | 28 | 43 |
| Octal | 211 | 216 | 314 | 41 | 36 | 0 | 24 | 354 | 50 | 103 |
| Binary | 10001001 | 10001110 | 11001100 | 100001 | 11110 | 0 | 10100 | 11101100 | 101000 | 1000011 |
Color Harmonies of #898ECC
Complementary color
Monochromatic Colors of #898ECC
Black with #898ECC
Text Example
Text Example
White with #898ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ECC; }
p { color: rgb(137,142,204); }
H1.HeaderClassName
{
color: #898ECC;
}
.AnyTagClassName
{
color: #898ECC;
}
</style>
background-color css
<style>
a { background-color: #898ECC; }
a { background-color: rgb(137,142,204); }
div.DivClassName
{
background-color: #898ECC;
}
.BgClassName
{
background-color: #898ECC;
}
</style>
border-color css
<style>
span { border-color: #898ECC; }
span { border-color: rgb(137,142,204); }
td.TdClassName
{
border-color: #898ECC;
}
.TagClassName
{
border-color: #898ECC;
}
</style>