Shades of Portage #898CDB
Tints of Portage #898CDB
RGB
CMYK
RGB Variations
Color information
#898CDB (or 0x898CDB) is known color: Portage. HEX triplet: 89, 8C and DB. RGB value is (137,140,219). Sum of RGB (Red+Green+Blue) = 137+140+219=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #898CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CDB is #767324. Grayscale: #939393. Windows color (decimal): -7762725 or 14388361. OLE color: 14388361.
HSL color Cylindrical-coordinate representation of color #898CDB: hue angle of 237.8º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #898CDB is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 140 | 219 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.14 |
| HSL | 237.8º | 0.53% | 0.7% | - |
| HSV(B) | 237.8º | 0.37% | 0.86% | - |
| XYZ | 32.48 | 29.19 | 70.94 | - |
| YUV | 148.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 219 | 0.37 | 0.36 | 0 | 0.14 | 237.8 | 0.53 | 0.7 |
| Hex | 89 | 8C | DB | 25 | 24 | 0 | E | EE | 35 | 46 |
| Octal | 211 | 214 | 333 | 45 | 44 | 0 | 16 | 356 | 65 | 106 |
| Binary | 10001001 | 10001100 | 11011011 | 100101 | 100100 | 0 | 1110 | 11101110 | 110101 | 1000110 |
Color Harmonies of #898CDB
Complementary color
Monochromatic Colors of #898CDB
Black with #898CDB
Text Example
Text Example
White with #898CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CDB; }
p { color: rgb(137,140,219); }
H1.HeaderClassName
{
color: #898CDB;
}
.AnyTagClassName
{
color: #898CDB;
}
</style>
background-color css
<style>
a { background-color: #898CDB; }
a { background-color: rgb(137,140,219); }
div.DivClassName
{
background-color: #898CDB;
}
.BgClassName
{
background-color: #898CDB;
}
</style>
border-color css
<style>
span { border-color: #898CDB; }
span { border-color: rgb(137,140,219); }
td.TdClassName
{
border-color: #898CDB;
}
.TagClassName
{
border-color: #898CDB;
}
</style>