Shades of Wild Blue Yonder #8793BA
Tints of Wild Blue Yonder #8793BA
RGB
CMYK
RGB Variations
Color information
#8793BA (or 0x8793BA) is known color: Wild Blue Yonder. HEX triplet: 87, 93 and BA. RGB value is (135,147,186). Sum of RGB (Red+Green+Blue) = 135+147+186=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 147 (57.81% from 255 or 31.41% 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 #8793BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8793BA is #786C45. Grayscale: #939393. Windows color (decimal): -7892038 or 12227463. OLE color: 12227463.
HSL color Cylindrical-coordinate representation of color #8793BA: hue angle of 225.88º 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 #8793BA is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 147 | 186 | - |
| CMYK | 0.27 | 0.21 | 0 | 0.27 |
| HSL | 225.88º | 0.27% | 0.63% | - |
| HSV(B) | 225.88º | 0.27% | 0.73% | - |
| XYZ | 29.29 | 29.56 | 50.62 | - |
| YUV | 147.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 147 | 186 | 0.27 | 0.21 | 0 | 0.27 | 225.88 | 0.27 | 0.63 |
| Hex | 87 | 93 | BA | 1B | 15 | 0 | 1B | E2 | 1B | 3F |
| Octal | 207 | 223 | 272 | 33 | 25 | 0 | 33 | 342 | 33 | 77 |
| Binary | 10000111 | 10010011 | 10111010 | 11011 | 10101 | 0 | 11011 | 11100010 | 11011 | 111111 |
Color Harmonies of #8793BA
Complementary color
Monochromatic Colors of #8793BA
Black with #8793BA
Text Example
Text Example
White with #8793BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8793BA; }
p { color: rgb(135,147,186); }
H1.HeaderClassName
{
color: #8793BA;
}
.AnyTagClassName
{
color: #8793BA;
}
</style>
background-color css
<style>
a { background-color: #8793BA; }
a { background-color: rgb(135,147,186); }
div.DivClassName
{
background-color: #8793BA;
}
.BgClassName
{
background-color: #8793BA;
}
</style>
border-color css
<style>
span { border-color: #8793BA; }
span { border-color: rgb(135,147,186); }
td.TdClassName
{
border-color: #8793BA;
}
.TagClassName
{
border-color: #8793BA;
}
</style>