Shades of Wild Blue Yonder #898FBD
Tints of Wild Blue Yonder #898FBD
RGB
CMYK
RGB Variations
Color information
#898FBD (or 0x898FBD) is known color: Wild Blue Yonder. HEX triplet: 89, 8F and BD. RGB value is (137,143,189). Sum of RGB (Red+Green+Blue) = 137+143+189=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #898FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FBD is #767042. Grayscale: #929292. Windows color (decimal): -7761987 or 12423049. OLE color: 12423049.
HSL color Cylindrical-coordinate representation of color #898FBD: hue angle of 233.08º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898FBD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 143 | 189 | - |
| CMYK | 0.28 | 0.24 | 0 | 0.26 |
| HSL | 233.08º | 0.28% | 0.64% | - |
| HSV(B) | 233.08º | 0.28% | 0.74% | - |
| XYZ | 29.32 | 28.64 | 52.13 | - |
| YUV | 146.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 189 | 0.28 | 0.24 | 0 | 0.26 | 233.08 | 0.28 | 0.64 |
| Hex | 89 | 8F | BD | 1C | 18 | 0 | 1A | E9 | 1C | 40 |
| Octal | 211 | 217 | 275 | 34 | 30 | 0 | 32 | 351 | 34 | 100 |
| Binary | 10001001 | 10001111 | 10111101 | 11100 | 11000 | 0 | 11010 | 11101001 | 11100 | 1000000 |
Color Harmonies of #898FBD
Complementary color
Monochromatic Colors of #898FBD
Black with #898FBD
Text Example
Text Example
White with #898FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FBD; }
p { color: rgb(137,143,189); }
H1.HeaderClassName
{
color: #898FBD;
}
.AnyTagClassName
{
color: #898FBD;
}
</style>
background-color css
<style>
a { background-color: #898FBD; }
a { background-color: rgb(137,143,189); }
div.DivClassName
{
background-color: #898FBD;
}
.BgClassName
{
background-color: #898FBD;
}
</style>
border-color css
<style>
span { border-color: #898FBD; }
span { border-color: rgb(137,143,189); }
td.TdClassName
{
border-color: #898FBD;
}
.TagClassName
{
border-color: #898FBD;
}
</style>