Shades of Portage #898DCC
Tints of Portage #898DCC
RGB
CMYK
RGB Variations
Color information
#898DCC (or 0x898DCC) is known color: Portage. HEX triplet: 89, 8D and CC. RGB value is (137,141,204). Sum of RGB (Red+Green+Blue) = 137+141+204=482 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.42% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #898DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DCC is #767233. Grayscale: #929292. Windows color (decimal): -7762484 or 13405577. OLE color: 13405577.
HSL color Cylindrical-coordinate representation of color #898DCC: hue angle of 236.42º 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 #898DCC is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 141 | 204 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.2 |
| HSL | 236.42º | 0.4% | 0.67% | - |
| HSV(B) | 236.42º | 0.33% | 0.8% | - |
| XYZ | 30.74 | 28.73 | 61.05 | - |
| YUV | 146.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 204 | 0.33 | 0.31 | 0 | 0.2 | 236.42 | 0.4 | 0.67 |
| Hex | 89 | 8D | CC | 21 | 1F | 0 | 14 | EC | 28 | 43 |
| Octal | 211 | 215 | 314 | 41 | 37 | 0 | 24 | 354 | 50 | 103 |
| Binary | 10001001 | 10001101 | 11001100 | 100001 | 11111 | 0 | 10100 | 11101100 | 101000 | 1000011 |
Color Harmonies of #898DCC
Complementary color
Monochromatic Colors of #898DCC
Black with #898DCC
Text Example
Text Example
White with #898DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DCC; }
p { color: rgb(137,141,204); }
H1.HeaderClassName
{
color: #898DCC;
}
.AnyTagClassName
{
color: #898DCC;
}
</style>
background-color css
<style>
a { background-color: #898DCC; }
a { background-color: rgb(137,141,204); }
div.DivClassName
{
background-color: #898DCC;
}
.BgClassName
{
background-color: #898DCC;
}
</style>
border-color css
<style>
span { border-color: #898DCC; }
span { border-color: rgb(137,141,204); }
td.TdClassName
{
border-color: #898DCC;
}
.TagClassName
{
border-color: #898DCC;
}
</style>