Shades of Portage #898ECE
Tints of Portage #898ECE
RGB
CMYK
RGB Variations
Color information
#898ECE (or 0x898ECE) is known color: Portage. HEX triplet: 89, 8E and CE. RGB value is (137,142,206). Sum of RGB (Red+Green+Blue) = 137+142+206=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 142 (55.86% from 255 or 29.28% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #898ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898ECE is #767131. Grayscale: #939393. Windows color (decimal): -7762226 or 13536905. OLE color: 13536905.
HSL color Cylindrical-coordinate representation of color #898ECE: hue angle of 235.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #898ECE is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 142 | 206 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.19 |
| HSL | 235.65º | 0.41% | 0.67% | - |
| HSV(B) | 235.65º | 0.33% | 0.81% | - |
| XYZ | 31.13 | 29.12 | 62.37 | - |
| YUV | 147.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 142 | 206 | 0.33 | 0.31 | 0 | 0.19 | 235.65 | 0.41 | 0.67 |
| Hex | 89 | 8E | CE | 21 | 1F | 0 | 13 | EC | 29 | 43 |
| Octal | 211 | 216 | 316 | 41 | 37 | 0 | 23 | 354 | 51 | 103 |
| Binary | 10001001 | 10001110 | 11001110 | 100001 | 11111 | 0 | 10011 | 11101100 | 101001 | 1000011 |
Color Harmonies of #898ECE
Complementary color
Monochromatic Colors of #898ECE
Black with #898ECE
Text Example
Text Example
White with #898ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898ECE; }
p { color: rgb(137,142,206); }
H1.HeaderClassName
{
color: #898ECE;
}
.AnyTagClassName
{
color: #898ECE;
}
</style>
background-color css
<style>
a { background-color: #898ECE; }
a { background-color: rgb(137,142,206); }
div.DivClassName
{
background-color: #898ECE;
}
.BgClassName
{
background-color: #898ECE;
}
</style>
border-color css
<style>
span { border-color: #898ECE; }
span { border-color: rgb(137,142,206); }
td.TdClassName
{
border-color: #898ECE;
}
.TagClassName
{
border-color: #898ECE;
}
</style>