Shades of Wild Blue Yonder #898CBD
Tints of Wild Blue Yonder #898CBD
RGB
CMYK
RGB Variations
Color information
#898CBD (or 0x898CBD) is known color: Wild Blue Yonder. HEX triplet: 89, 8C and BD. RGB value is (137,140,189). Sum of RGB (Red+Green+Blue) = 137+140+189=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #898CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898CBD is #767342. Grayscale: #909090. Windows color (decimal): -7762755 or 12422281. OLE color: 12422281.
HSL color Cylindrical-coordinate representation of color #898CBD: hue angle of 236.54º 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 #898CBD is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 140 | 189 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.26 |
| HSL | 236.54º | 0.28% | 0.64% | - |
| HSV(B) | 236.54º | 0.28% | 0.74% | - |
| XYZ | 28.88 | 27.75 | 51.98 | - |
| YUV | 144.69 | 153.01 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 140 | 189 | 0.28 | 0.26 | 0 | 0.26 | 236.54 | 0.28 | 0.64 |
| Hex | 89 | 8C | BD | 1C | 1A | 0 | 1A | ED | 1C | 40 |
| Octal | 211 | 214 | 275 | 34 | 32 | 0 | 32 | 355 | 34 | 100 |
| Binary | 10001001 | 10001100 | 10111101 | 11100 | 11010 | 0 | 11010 | 11101101 | 11100 | 1000000 |
Color Harmonies of #898CBD
Complementary color
Monochromatic Colors of #898CBD
Black with #898CBD
Text Example
Text Example
White with #898CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898CBD; }
p { color: rgb(137,140,189); }
H1.HeaderClassName
{
color: #898CBD;
}
.AnyTagClassName
{
color: #898CBD;
}
</style>
background-color css
<style>
a { background-color: #898CBD; }
a { background-color: rgb(137,140,189); }
div.DivClassName
{
background-color: #898CBD;
}
.BgClassName
{
background-color: #898CBD;
}
</style>
border-color css
<style>
span { border-color: #898CBD; }
span { border-color: rgb(137,140,189); }
td.TdClassName
{
border-color: #898CBD;
}
.TagClassName
{
border-color: #898CBD;
}
</style>