Shades of Wild Blue Yonder #8593BD
Tints of Wild Blue Yonder #8593BD
RGB
CMYK
RGB Variations
Color information
#8593BD (or 0x8593BD) is known color: Wild Blue Yonder. HEX triplet: 85, 93 and BD. RGB value is (133,147,189). Sum of RGB (Red+Green+Blue) = 133+147+189=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 189 - color contains mainly: blue. Hex color #8593BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593BD is #7A6C42. Grayscale: #939393. Windows color (decimal): -8023107 or 12424069. OLE color: 12424069.
HSL color Cylindrical-coordinate representation of color #8593BD: hue angle of 225º 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 #8593BD is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 147 | 189 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.26 |
| HSL | 225º | 0.3% | 0.63% | - |
| HSV(B) | 225º | 0.3% | 0.74% | - |
| XYZ | 29.29 | 29.53 | 52.3 | - |
| YUV | 147.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 189 | 0.30 | 0.22 | 0 | 0.26 | 225 | 0.3 | 0.63 |
| Hex | 85 | 93 | BD | 1E | 16 | 0 | 1A | E1 | 1E | 3F |
| Octal | 205 | 223 | 275 | 36 | 26 | 0 | 32 | 341 | 36 | 77 |
| Binary | 10000101 | 10010011 | 10111101 | 11110 | 10110 | 0 | 11010 | 11100001 | 11110 | 111111 |
Color Harmonies of #8593BD
Complementary color
Monochromatic Colors of #8593BD
Black with #8593BD
Text Example
Text Example
White with #8593BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8593BD; }
p { color: rgb(133,147,189); }
H1.HeaderClassName
{
color: #8593BD;
}
.AnyTagClassName
{
color: #8593BD;
}
</style>
background-color css
<style>
a { background-color: #8593BD; }
a { background-color: rgb(133,147,189); }
div.DivClassName
{
background-color: #8593BD;
}
.BgClassName
{
background-color: #8593BD;
}
</style>
border-color css
<style>
span { border-color: #8593BD; }
span { border-color: rgb(133,147,189); }
td.TdClassName
{
border-color: #8593BD;
}
.TagClassName
{
border-color: #8593BD;
}
</style>