Shades of Portage #898DDD
Tints of Portage #898DDD
RGB
CMYK
RGB Variations
Color information
#898DDD (or 0x898DDD) is known color: Portage. HEX triplet: 89, 8D and DD. RGB value is (137,141,221). Sum of RGB (Red+Green+Blue) = 137+141+221=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #898DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DDD is #767222. Grayscale: #949494. Windows color (decimal): -7762467 or 14519689. OLE color: 14519689.
HSL color Cylindrical-coordinate representation of color #898DDD: hue angle of 237.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #898DDD is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 141 | 221 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.13 |
| HSL | 237.14º | 0.55% | 0.7% | - |
| HSV(B) | 237.14º | 0.38% | 0.87% | - |
| XYZ | 32.89 | 29.59 | 72.38 | - |
| YUV | 148.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 221 | 0.38 | 0.36 | 0 | 0.13 | 237.14 | 0.55 | 0.7 |
| Hex | 89 | 8D | DD | 26 | 24 | 0 | D | ED | 37 | 46 |
| Octal | 211 | 215 | 335 | 46 | 44 | 0 | 15 | 355 | 67 | 106 |
| Binary | 10001001 | 10001101 | 11011101 | 100110 | 100100 | 0 | 1101 | 11101101 | 110111 | 1000110 |
Color Harmonies of #898DDD
Complementary color
Monochromatic Colors of #898DDD
Black with #898DDD
Text Example
Text Example
White with #898DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DDD; }
p { color: rgb(137,141,221); }
H1.HeaderClassName
{
color: #898DDD;
}
.AnyTagClassName
{
color: #898DDD;
}
</style>
background-color css
<style>
a { background-color: #898DDD; }
a { background-color: rgb(137,141,221); }
div.DivClassName
{
background-color: #898DDD;
}
.BgClassName
{
background-color: #898DDD;
}
</style>
border-color css
<style>
span { border-color: #898DDD; }
span { border-color: rgb(137,141,221); }
td.TdClassName
{
border-color: #898DDD;
}
.TagClassName
{
border-color: #898DDD;
}
</style>