Shades of Wild Blue Yonder #898DB7
Tints of Wild Blue Yonder #898DB7
RGB
CMYK
RGB Variations
Color information
#898DB7 (or 0x898DB7) is known color: Wild Blue Yonder. HEX triplet: 89, 8D and B7. RGB value is (137,141,183). Sum of RGB (Red+Green+Blue) = 137+141+183=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #898DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DB7 is #767248. Grayscale: #909090. Windows color (decimal): -7762505 or 12029321. OLE color: 12029321.
HSL color Cylindrical-coordinate representation of color #898DB7: hue angle of 234.78º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #898DB7 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 141 | 183 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.28 |
| HSL | 234.78º | 0.24% | 0.63% | - |
| HSV(B) | 234.78º | 0.25% | 0.72% | - |
| XYZ | 28.39 | 27.79 | 48.67 | - |
| YUV | 144.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 183 | 0.25 | 0.23 | 0 | 0.28 | 234.78 | 0.24 | 0.63 |
| Hex | 89 | 8D | B7 | 19 | 17 | 0 | 1C | EB | 18 | 3F |
| Octal | 211 | 215 | 267 | 31 | 27 | 0 | 34 | 353 | 30 | 77 |
| Binary | 10001001 | 10001101 | 10110111 | 11001 | 10111 | 0 | 11100 | 11101011 | 11000 | 111111 |
Color Harmonies of #898DB7
Complementary color
Monochromatic Colors of #898DB7
Black with #898DB7
Text Example
Text Example
White with #898DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DB7; }
p { color: rgb(137,141,183); }
H1.HeaderClassName
{
color: #898DB7;
}
.AnyTagClassName
{
color: #898DB7;
}
</style>
background-color css
<style>
a { background-color: #898DB7; }
a { background-color: rgb(137,141,183); }
div.DivClassName
{
background-color: #898DB7;
}
.BgClassName
{
background-color: #898DB7;
}
</style>
border-color css
<style>
span { border-color: #898DB7; }
span { border-color: rgb(137,141,183); }
td.TdClassName
{
border-color: #898DB7;
}
.TagClassName
{
border-color: #898DB7;
}
</style>