Shades of Wild Blue Yonder #898DBF
Tints of Wild Blue Yonder #898DBF
RGB
CMYK
RGB Variations
Color information
#898DBF (or 0x898DBF) is known color: Wild Blue Yonder. HEX triplet: 89, 8D and BF. RGB value is (137,141,191). Sum of RGB (Red+Green+Blue) = 137+141+191=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #898DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DBF is #767240. Grayscale: #919191. Windows color (decimal): -7762497 or 12553609. OLE color: 12553609.
HSL color Cylindrical-coordinate representation of color #898DBF: hue angle of 235.56º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #898DBF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 141 | 191 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.25 |
| HSL | 235.56º | 0.3% | 0.64% | - |
| HSV(B) | 235.56º | 0.28% | 0.75% | - |
| XYZ | 29.25 | 28.13 | 53.18 | - |
| YUV | 145.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 191 | 0.28 | 0.26 | 0 | 0.25 | 235.56 | 0.3 | 0.64 |
| Hex | 89 | 8D | BF | 1C | 1A | 0 | 19 | EC | 1E | 40 |
| Octal | 211 | 215 | 277 | 34 | 32 | 0 | 31 | 354 | 36 | 100 |
| Binary | 10001001 | 10001101 | 10111111 | 11100 | 11010 | 0 | 11001 | 11101100 | 11110 | 1000000 |
Color Harmonies of #898DBF
Complementary color
Monochromatic Colors of #898DBF
Black with #898DBF
Text Example
Text Example
White with #898DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DBF; }
p { color: rgb(137,141,191); }
H1.HeaderClassName
{
color: #898DBF;
}
.AnyTagClassName
{
color: #898DBF;
}
</style>
background-color css
<style>
a { background-color: #898DBF; }
a { background-color: rgb(137,141,191); }
div.DivClassName
{
background-color: #898DBF;
}
.BgClassName
{
background-color: #898DBF;
}
</style>
border-color css
<style>
span { border-color: #898DBF; }
span { border-color: rgb(137,141,191); }
td.TdClassName
{
border-color: #898DBF;
}
.TagClassName
{
border-color: #898DBF;
}
</style>