Shades of Wild Blue Yonder #898DBB
Tints of Wild Blue Yonder #898DBB
RGB
CMYK
RGB Variations
Color information
#898DBB (or 0x898DBB) is known color: Wild Blue Yonder. HEX triplet: 89, 8D and BB. RGB value is (137,141,187). Sum of RGB (Red+Green+Blue) = 137+141+187=465 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.46% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #898DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DBB is #767244. Grayscale: #909090. Windows color (decimal): -7762501 or 12291465. OLE color: 12291465.
HSL color Cylindrical-coordinate representation of color #898DBB: hue angle of 235.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898DBB is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 141 | 187 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.27 |
| HSL | 235.2º | 0.27% | 0.64% | - |
| HSV(B) | 235.2º | 0.27% | 0.73% | - |
| XYZ | 28.81 | 27.96 | 50.89 | - |
| YUV | 145.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 141 | 187 | 0.27 | 0.25 | 0 | 0.27 | 235.2 | 0.27 | 0.64 |
| Hex | 89 | 8D | BB | 1B | 19 | 0 | 1B | EB | 1B | 40 |
| Octal | 211 | 215 | 273 | 33 | 31 | 0 | 33 | 353 | 33 | 100 |
| Binary | 10001001 | 10001101 | 10111011 | 11011 | 11001 | 0 | 11011 | 11101011 | 11011 | 1000000 |
Color Harmonies of #898DBB
Complementary color
Monochromatic Colors of #898DBB
Black with #898DBB
Text Example
Text Example
White with #898DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898DBB; }
p { color: rgb(137,141,187); }
H1.HeaderClassName
{
color: #898DBB;
}
.AnyTagClassName
{
color: #898DBB;
}
</style>
background-color css
<style>
a { background-color: #898DBB; }
a { background-color: rgb(137,141,187); }
div.DivClassName
{
background-color: #898DBB;
}
.BgClassName
{
background-color: #898DBB;
}
</style>
border-color css
<style>
span { border-color: #898DBB; }
span { border-color: rgb(137,141,187); }
td.TdClassName
{
border-color: #898DBB;
}
.TagClassName
{
border-color: #898DBB;
}
</style>