Shades of Wild Blue Yonder #8493BA
Tints of Wild Blue Yonder #8493BA
RGB
CMYK
RGB Variations
Color information
#8493BA (or 0x8493BA) is known color: Wild Blue Yonder. HEX triplet: 84, 93 and BA. RGB value is (132,147,186). Sum of RGB (Red+Green+Blue) = 132+147+186=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #8493BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8493BA is #7B6C45. Grayscale: #929292. Windows color (decimal): -8088646 or 12227460. OLE color: 12227460.
HSL color Cylindrical-coordinate representation of color #8493BA: hue angle of 223.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8493BA is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 147 | 186 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.27 |
| HSL | 223.33º | 0.28% | 0.62% | - |
| HSV(B) | 223.33º | 0.29% | 0.73% | - |
| XYZ | 28.81 | 29.32 | 50.59 | - |
| YUV | 146.96 | 150.03 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 186 | 0.29 | 0.21 | 0 | 0.27 | 223.33 | 0.28 | 0.62 |
| Hex | 84 | 93 | BA | 1D | 15 | 0 | 1B | DF | 1C | 3E |
| Octal | 204 | 223 | 272 | 35 | 25 | 0 | 33 | 337 | 34 | 76 |
| Binary | 10000100 | 10010011 | 10111010 | 11101 | 10101 | 0 | 11011 | 11011111 | 11100 | 111110 |
Color Harmonies of #8493BA
Complementary color
Monochromatic Colors of #8493BA
Black with #8493BA
Text Example
Text Example
White with #8493BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8493BA; }
p { color: rgb(132,147,186); }
H1.HeaderClassName
{
color: #8493BA;
}
.AnyTagClassName
{
color: #8493BA;
}
</style>
background-color css
<style>
a { background-color: #8493BA; }
a { background-color: rgb(132,147,186); }
div.DivClassName
{
background-color: #8493BA;
}
.BgClassName
{
background-color: #8493BA;
}
</style>
border-color css
<style>
span { border-color: #8493BA; }
span { border-color: rgb(132,147,186); }
td.TdClassName
{
border-color: #8493BA;
}
.TagClassName
{
border-color: #8493BA;
}
</style>