Shades of Wild Blue Yonder #898DBA
Tints of Wild Blue Yonder #898DBA
RGB
CMYK
RGB Variations
Color information
#898DBA (or 0x898DBA) is known color: Wild Blue Yonder. HEX triplet: 89, 8D and BA. RGB value is (137,141,186). Sum of RGB (Red+Green+Blue) = 137+141+186=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #898DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DBA is #767245. Grayscale: #909090. Windows color (decimal): -7762502 or 12225929. OLE color: 12225929.
HSL color Cylindrical-coordinate representation of color #898DBA: hue angle of 235.1º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898DBA is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 141 | 186 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.27 |
| HSL | 235.1º | 0.26% | 0.63% | - |
| HSV(B) | 235.1º | 0.26% | 0.73% | - |
| XYZ | 28.7 | 27.91 | 50.33 | - |
| YUV | 144.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 186 | 0.26 | 0.24 | 0 | 0.27 | 235.1 | 0.26 | 0.63 |
| Hex | 89 | 8D | BA | 1A | 18 | 0 | 1B | EB | 1A | 3F |
| Octal | 211 | 215 | 272 | 32 | 30 | 0 | 33 | 353 | 32 | 77 |
| Binary | 10001001 | 10001101 | 10111010 | 11010 | 11000 | 0 | 11011 | 11101011 | 11010 | 111111 |
Color Harmonies of #898DBA
Complementary color
Monochromatic Colors of #898DBA
Black with #898DBA
Text Example
Text Example
White with #898DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DBA; }
p { color: rgb(137,141,186); }
H1.HeaderClassName
{
color: #898DBA;
}
.AnyTagClassName
{
color: #898DBA;
}
</style>
background-color css
<style>
a { background-color: #898DBA; }
a { background-color: rgb(137,141,186); }
div.DivClassName
{
background-color: #898DBA;
}
.BgClassName
{
background-color: #898DBA;
}
</style>
border-color css
<style>
span { border-color: #898DBA; }
span { border-color: rgb(137,141,186); }
td.TdClassName
{
border-color: #898DBA;
}
.TagClassName
{
border-color: #898DBA;
}
</style>