Shades of Portage #898DCD
Tints of Portage #898DCD
RGB
CMYK
RGB Variations
Color information
#898DCD (or 0x898DCD) is known color: Portage. HEX triplet: 89, 8D and CD. RGB value is (137,141,205). Sum of RGB (Red+Green+Blue) = 137+141+205=483 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.36% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #898DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DCD is #767232. Grayscale: #929292. Windows color (decimal): -7762483 or 13471113. OLE color: 13471113.
HSL color Cylindrical-coordinate representation of color #898DCD: hue angle of 236.47º 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 #898DCD is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 141 | 205 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.20 |
| HSL | 236.47º | 0.4% | 0.67% | - |
| HSV(B) | 236.47º | 0.33% | 0.8% | - |
| XYZ | 30.86 | 28.78 | 61.69 | - |
| YUV | 147.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 205 | 0.33 | 0.31 | 0 | 0.20 | 236.47 | 0.4 | 0.67 |
| Hex | 89 | 8D | CD | 21 | 1F | 0 | 14 | EC | 28 | 43 |
| Octal | 211 | 215 | 315 | 41 | 37 | 0 | 24 | 354 | 50 | 103 |
| Binary | 10001001 | 10001101 | 11001101 | 100001 | 11111 | 0 | 10100 | 11101100 | 101000 | 1000011 |
Color Harmonies of #898DCD
Complementary color
Monochromatic Colors of #898DCD
Black with #898DCD
Text Example
Text Example
White with #898DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DCD; }
p { color: rgb(137,141,205); }
H1.HeaderClassName
{
color: #898DCD;
}
.AnyTagClassName
{
color: #898DCD;
}
</style>
background-color css
<style>
a { background-color: #898DCD; }
a { background-color: rgb(137,141,205); }
div.DivClassName
{
background-color: #898DCD;
}
.BgClassName
{
background-color: #898DCD;
}
</style>
border-color css
<style>
span { border-color: #898DCD; }
span { border-color: rgb(137,141,205); }
td.TdClassName
{
border-color: #898DCD;
}
.TagClassName
{
border-color: #898DCD;
}
</style>