Shades of Wild Blue Yonder #8493BD
Tints of Wild Blue Yonder #8493BD
RGB
CMYK
RGB Variations
Color information
#8493BD (or 0x8493BD) is known color: Wild Blue Yonder. HEX triplet: 84, 93 and BD. RGB value is (132,147,189). Sum of RGB (Red+Green+Blue) = 132+147+189=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #8493BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8493BD is #7B6C42. Grayscale: #939393. Windows color (decimal): -8088643 or 12424068. OLE color: 12424068.
HSL color Cylindrical-coordinate representation of color #8493BD: hue angle of 224.21º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8493BD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 147 | 189 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.26 |
| HSL | 224.21º | 0.3% | 0.63% | - |
| HSV(B) | 224.21º | 0.3% | 0.74% | - |
| XYZ | 29.13 | 29.45 | 52.29 | - |
| YUV | 147.3 | 151.53 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 147 | 189 | 0.30 | 0.22 | 0 | 0.26 | 224.21 | 0.3 | 0.63 |
| Hex | 84 | 93 | BD | 1E | 16 | 0 | 1A | E0 | 1E | 3F |
| Octal | 204 | 223 | 275 | 36 | 26 | 0 | 32 | 340 | 36 | 77 |
| Binary | 10000100 | 10010011 | 10111101 | 11110 | 10110 | 0 | 11010 | 11100000 | 11110 | 111111 |
Color Harmonies of #8493BD
Complementary color
Monochromatic Colors of #8493BD
Black with #8493BD
Text Example
Text Example
White with #8493BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8493BD; }
p { color: rgb(132,147,189); }
H1.HeaderClassName
{
color: #8493BD;
}
.AnyTagClassName
{
color: #8493BD;
}
</style>
background-color css
<style>
a { background-color: #8493BD; }
a { background-color: rgb(132,147,189); }
div.DivClassName
{
background-color: #8493BD;
}
.BgClassName
{
background-color: #8493BD;
}
</style>
border-color css
<style>
span { border-color: #8493BD; }
span { border-color: rgb(132,147,189); }
td.TdClassName
{
border-color: #8493BD;
}
.TagClassName
{
border-color: #8493BD;
}
</style>