Shades of Portage #898ECB
Tints of Portage #898ECB
RGB
CMYK
RGB Variations
Color information
#898ECB (or 0x898ECB) is known color: Portage. HEX triplet: 89, 8E and CB. RGB value is (137,142,203). Sum of RGB (Red+Green+Blue) = 137+142+203=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #898ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECB is #767134. Grayscale: #939393. Windows color (decimal): -7762229 or 13340297. OLE color: 13340297.
HSL color Cylindrical-coordinate representation of color #898ECB: hue angle of 235.45º degrees, saturation: 0.39, 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 #898ECB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 142 | 203 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.20 |
| HSL | 235.45º | 0.39% | 0.67% | - |
| HSV(B) | 235.45º | 0.33% | 0.8% | - |
| XYZ | 30.77 | 28.98 | 60.47 | - |
| YUV | 147.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 203 | 0.33 | 0.30 | 0 | 0.20 | 235.45 | 0.39 | 0.67 |
| Hex | 89 | 8E | CB | 21 | 1E | 0 | 14 | EB | 27 | 43 |
| Octal | 211 | 216 | 313 | 41 | 36 | 0 | 24 | 353 | 47 | 103 |
| Binary | 10001001 | 10001110 | 11001011 | 100001 | 11110 | 0 | 10100 | 11101011 | 100111 | 1000011 |
Color Harmonies of #898ECB
Complementary color
Monochromatic Colors of #898ECB
Black with #898ECB
Text Example
Text Example
White with #898ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ECB; }
p { color: rgb(137,142,203); }
H1.HeaderClassName
{
color: #898ECB;
}
.AnyTagClassName
{
color: #898ECB;
}
</style>
background-color css
<style>
a { background-color: #898ECB; }
a { background-color: rgb(137,142,203); }
div.DivClassName
{
background-color: #898ECB;
}
.BgClassName
{
background-color: #898ECB;
}
</style>
border-color css
<style>
span { border-color: #898ECB; }
span { border-color: rgb(137,142,203); }
td.TdClassName
{
border-color: #898ECB;
}
.TagClassName
{
border-color: #898ECB;
}
</style>