Shades of Wild Blue Yonder #8792BA
Tints of Wild Blue Yonder #8792BA
RGB
CMYK
RGB Variations
Color information
#8792BA (or 0x8792BA) is known color: Wild Blue Yonder. HEX triplet: 87, 92 and BA. RGB value is (135,146,186). Sum of RGB (Red+Green+Blue) = 135+146+186=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #8792BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8792BA is #786D45. Grayscale: #939393. Windows color (decimal): -7892294 or 12227207. OLE color: 12227207.
HSL color Cylindrical-coordinate representation of color #8792BA: hue angle of 227.06º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8792BA is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 146 | 186 | - |
| CMYK | 0.27 | 0.22 | 0 | 0.27 |
| HSL | 227.06º | 0.27% | 0.63% | - |
| HSV(B) | 227.06º | 0.27% | 0.73% | - |
| XYZ | 29.13 | 29.25 | 50.57 | - |
| YUV | 147.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 146 | 186 | 0.27 | 0.22 | 0 | 0.27 | 227.06 | 0.27 | 0.63 |
| Hex | 87 | 92 | BA | 1B | 16 | 0 | 1B | E3 | 1B | 3F |
| Octal | 207 | 222 | 272 | 33 | 26 | 0 | 33 | 343 | 33 | 77 |
| Binary | 10000111 | 10010010 | 10111010 | 11011 | 10110 | 0 | 11011 | 11100011 | 11011 | 111111 |
Color Harmonies of #8792BA
Complementary color
Monochromatic Colors of #8792BA
Black with #8792BA
Text Example
Text Example
White with #8792BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8792BA; }
p { color: rgb(135,146,186); }
H1.HeaderClassName
{
color: #8792BA;
}
.AnyTagClassName
{
color: #8792BA;
}
</style>
background-color css
<style>
a { background-color: #8792BA; }
a { background-color: rgb(135,146,186); }
div.DivClassName
{
background-color: #8792BA;
}
.BgClassName
{
background-color: #8792BA;
}
</style>
border-color css
<style>
span { border-color: #8792BA; }
span { border-color: rgb(135,146,186); }
td.TdClassName
{
border-color: #8792BA;
}
.TagClassName
{
border-color: #8792BA;
}
</style>