Shades of Wild Blue Yonder #8493B9
Tints of Wild Blue Yonder #8493B9
RGB
CMYK
RGB Variations
Color information
#8493B9 (or 0x8493B9) is known color: Wild Blue Yonder. HEX triplet: 84, 93 and B9. RGB value is (132,147,185). Sum of RGB (Red+Green+Blue) = 132+147+185=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #8493B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8493B9 is #7B6C46. Grayscale: #929292. Windows color (decimal): -8088647 or 12161924. OLE color: 12161924.
HSL color Cylindrical-coordinate representation of color #8493B9: hue angle of 223.02º degrees, saturation: 0.27, 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 #8493B9 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 147 | 185 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.27 |
| HSL | 223.02º | 0.27% | 0.62% | - |
| HSV(B) | 223.02º | 0.29% | 0.73% | - |
| XYZ | 28.71 | 29.28 | 50.04 | - |
| YUV | 146.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 185 | 0.29 | 0.21 | 0 | 0.27 | 223.02 | 0.27 | 0.62 |
| Hex | 84 | 93 | B9 | 1D | 15 | 0 | 1B | DF | 1B | 3E |
| Octal | 204 | 223 | 271 | 35 | 25 | 0 | 33 | 337 | 33 | 76 |
| Binary | 10000100 | 10010011 | 10111001 | 11101 | 10101 | 0 | 11011 | 11011111 | 11011 | 111110 |
Color Harmonies of #8493B9
Complementary color
Monochromatic Colors of #8493B9
Black with #8493B9
Text Example
Text Example
White with #8493B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8493B9; }
p { color: rgb(132,147,185); }
H1.HeaderClassName
{
color: #8493B9;
}
.AnyTagClassName
{
color: #8493B9;
}
</style>
background-color css
<style>
a { background-color: #8493B9; }
a { background-color: rgb(132,147,185); }
div.DivClassName
{
background-color: #8493B9;
}
.BgClassName
{
background-color: #8493B9;
}
</style>
border-color css
<style>
span { border-color: #8493B9; }
span { border-color: rgb(132,147,185); }
td.TdClassName
{
border-color: #8493B9;
}
.TagClassName
{
border-color: #8493B9;
}
</style>