Shades of Wild Blue Yonder #8594B6
Tints of Wild Blue Yonder #8594B6
RGB
CMYK
RGB Variations
Color information
#8594B6 (or 0x8594B6) is known color: Wild Blue Yonder. HEX triplet: 85, 94 and B6. RGB value is (133,148,182). Sum of RGB (Red+Green+Blue) = 133+148+182=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 182 - color contains mainly: blue. Hex color #8594B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594B6 is #7A6B49. Grayscale: #939393. Windows color (decimal): -8022858 or 11965573. OLE color: 11965573.
HSL color Cylindrical-coordinate representation of color #8594B6: hue angle of 221.63º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8594B6 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 148 | 182 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.29 |
| HSL | 221.63º | 0.25% | 0.62% | - |
| HSV(B) | 221.63º | 0.27% | 0.71% | - |
| XYZ | 28.71 | 29.54 | 48.45 | - |
| YUV | 147.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 182 | 0.27 | 0.19 | 0 | 0.29 | 221.63 | 0.25 | 0.62 |
| Hex | 85 | 94 | B6 | 1B | 13 | 0 | 1D | DE | 19 | 3E |
| Octal | 205 | 224 | 266 | 33 | 23 | 0 | 35 | 336 | 31 | 76 |
| Binary | 10000101 | 10010100 | 10110110 | 11011 | 10011 | 0 | 11101 | 11011110 | 11001 | 111110 |
Color Harmonies of #8594B6
Complementary color
Monochromatic Colors of #8594B6
Black with #8594B6
Text Example
Text Example
White with #8594B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8594B6; }
p { color: rgb(133,148,182); }
H1.HeaderClassName
{
color: #8594B6;
}
.AnyTagClassName
{
color: #8594B6;
}
</style>
background-color css
<style>
a { background-color: #8594B6; }
a { background-color: rgb(133,148,182); }
div.DivClassName
{
background-color: #8594B6;
}
.BgClassName
{
background-color: #8594B6;
}
</style>
border-color css
<style>
span { border-color: #8594B6; }
span { border-color: rgb(133,148,182); }
td.TdClassName
{
border-color: #8594B6;
}
.TagClassName
{
border-color: #8594B6;
}
</style>