Shades of Wild Blue Yonder #898FBA
Tints of Wild Blue Yonder #898FBA
RGB
CMYK
RGB Variations
Color information
#898FBA (or 0x898FBA) is known color: Wild Blue Yonder. HEX triplet: 89, 8F and BA. RGB value is (137,143,186). Sum of RGB (Red+Green+Blue) = 137+143+186=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #898FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FBA is #767045. Grayscale: #919191. Windows color (decimal): -7761990 or 12226441. OLE color: 12226441.
HSL color Cylindrical-coordinate representation of color #898FBA: hue angle of 232.65º 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 #898FBA is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 143 | 186 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.27 |
| HSL | 232.65º | 0.26% | 0.63% | - |
| HSV(B) | 232.65º | 0.26% | 0.73% | - |
| XYZ | 29 | 28.51 | 50.43 | - |
| YUV | 146.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 143 | 186 | 0.26 | 0.23 | 0 | 0.27 | 232.65 | 0.26 | 0.63 |
| Hex | 89 | 8F | BA | 1A | 17 | 0 | 1B | E9 | 1A | 3F |
| Octal | 211 | 217 | 272 | 32 | 27 | 0 | 33 | 351 | 32 | 77 |
| Binary | 10001001 | 10001111 | 10111010 | 11010 | 10111 | 0 | 11011 | 11101001 | 11010 | 111111 |
Color Harmonies of #898FBA
Complementary color
Monochromatic Colors of #898FBA
Black with #898FBA
Text Example
Text Example
White with #898FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898FBA; }
p { color: rgb(137,143,186); }
H1.HeaderClassName
{
color: #898FBA;
}
.AnyTagClassName
{
color: #898FBA;
}
</style>
background-color css
<style>
a { background-color: #898FBA; }
a { background-color: rgb(137,143,186); }
div.DivClassName
{
background-color: #898FBA;
}
.BgClassName
{
background-color: #898FBA;
}
</style>
border-color css
<style>
span { border-color: #898FBA; }
span { border-color: rgb(137,143,186); }
td.TdClassName
{
border-color: #898FBA;
}
.TagClassName
{
border-color: #898FBA;
}
</style>