Shades of Wild Blue Yonder #8991BA
Tints of Wild Blue Yonder #8991BA
RGB
CMYK
RGB Variations
Color information
#8991BA (or 0x8991BA) is known color: Wild Blue Yonder. HEX triplet: 89, 91 and BA. RGB value is (137,145,186). Sum of RGB (Red+Green+Blue) = 137+145+186=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #8991BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8991BA is #766E45. Grayscale: #939393. Windows color (decimal): -7761478 or 12226953. OLE color: 12226953.
HSL color Cylindrical-coordinate representation of color #8991BA: hue angle of 230.2º 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 #8991BA is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 145 | 186 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.27 |
| HSL | 230.2º | 0.26% | 0.63% | - |
| HSV(B) | 230.2º | 0.26% | 0.73% | - |
| XYZ | 29.3 | 29.11 | 50.53 | - |
| YUV | 147.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 145 | 186 | 0.26 | 0.22 | 0 | 0.27 | 230.2 | 0.26 | 0.63 |
| Hex | 89 | 91 | BA | 1A | 16 | 0 | 1B | E6 | 1A | 3F |
| Octal | 211 | 221 | 272 | 32 | 26 | 0 | 33 | 346 | 32 | 77 |
| Binary | 10001001 | 10010001 | 10111010 | 11010 | 10110 | 0 | 11011 | 11100110 | 11010 | 111111 |
Color Harmonies of #8991BA
Complementary color
Monochromatic Colors of #8991BA
Black with #8991BA
Text Example
Text Example
White with #8991BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8991BA; }
p { color: rgb(137,145,186); }
H1.HeaderClassName
{
color: #8991BA;
}
.AnyTagClassName
{
color: #8991BA;
}
</style>
background-color css
<style>
a { background-color: #8991BA; }
a { background-color: rgb(137,145,186); }
div.DivClassName
{
background-color: #8991BA;
}
.BgClassName
{
background-color: #8991BA;
}
</style>
border-color css
<style>
span { border-color: #8991BA; }
span { border-color: rgb(137,145,186); }
td.TdClassName
{
border-color: #8991BA;
}
.TagClassName
{
border-color: #8991BA;
}
</style>