Shades of Wild Blue Yonder #8992B4
Tints of Wild Blue Yonder #8992B4
RGB
CMYK
RGB Variations
Color information
#8992B4 (or 0x8992B4) is known color: Wild Blue Yonder. HEX triplet: 89, 92 and B4. RGB value is (137,146,180). Sum of RGB (Red+Green+Blue) = 137+146+180=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #8992B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8992B4 is #766D4B. Grayscale: #939393. Windows color (decimal): -7761228 or 11833993. OLE color: 11833993.
HSL color Cylindrical-coordinate representation of color #8992B4: hue angle of 227.44º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8992B4 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 146 | 180 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.29 |
| HSL | 227.44º | 0.22% | 0.62% | - |
| HSV(B) | 227.44º | 0.24% | 0.71% | - |
| XYZ | 28.83 | 29.17 | 47.29 | - |
| YUV | 147.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 146 | 180 | 0.24 | 0.19 | 0 | 0.29 | 227.44 | 0.22 | 0.62 |
| Hex | 89 | 92 | B4 | 18 | 13 | 0 | 1D | E3 | 16 | 3E |
| Octal | 211 | 222 | 264 | 30 | 23 | 0 | 35 | 343 | 26 | 76 |
| Binary | 10001001 | 10010010 | 10110100 | 11000 | 10011 | 0 | 11101 | 11100011 | 10110 | 111110 |
Color Harmonies of #8992B4
Complementary color
Monochromatic Colors of #8992B4
Black with #8992B4
Text Example
Text Example
White with #8992B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8992B4; }
p { color: rgb(137,146,180); }
H1.HeaderClassName
{
color: #8992B4;
}
.AnyTagClassName
{
color: #8992B4;
}
</style>
background-color css
<style>
a { background-color: #8992B4; }
a { background-color: rgb(137,146,180); }
div.DivClassName
{
background-color: #8992B4;
}
.BgClassName
{
background-color: #8992B4;
}
</style>
border-color css
<style>
span { border-color: #8992B4; }
span { border-color: rgb(137,146,180); }
td.TdClassName
{
border-color: #8992B4;
}
.TagClassName
{
border-color: #8992B4;
}
</style>