Shades of Wild Blue Yonder #8589B7
Tints of Wild Blue Yonder #8589B7
RGB
CMYK
RGB Variations
Color information
#8589B7 (or 0x8589B7) is known color: Wild Blue Yonder. HEX triplet: 85, 89 and B7. RGB value is (133,137,183). Sum of RGB (Red+Green+Blue) = 133+137+183=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #8589B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589B7 is #7A7648. Grayscale: #8C8C8C. Windows color (decimal): -8025673 or 12028293. OLE color: 12028293.
HSL color Cylindrical-coordinate representation of color #8589B7: hue angle of 235.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8589B7 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 137 | 183 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.28 |
| HSL | 235.2º | 0.26% | 0.62% | - |
| HSV(B) | 235.2º | 0.27% | 0.72% | - |
| XYZ | 27.17 | 26.3 | 48.44 | - |
| YUV | 141.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 137 | 183 | 0.27 | 0.25 | 0 | 0.28 | 235.2 | 0.26 | 0.62 |
| Hex | 85 | 89 | B7 | 1B | 19 | 0 | 1C | EB | 1A | 3E |
| Octal | 205 | 211 | 267 | 33 | 31 | 0 | 34 | 353 | 32 | 76 |
| Binary | 10000101 | 10001001 | 10110111 | 11011 | 11001 | 0 | 11100 | 11101011 | 11010 | 111110 |
Color Harmonies of #8589B7
Complementary color
Monochromatic Colors of #8589B7
Black with #8589B7
Text Example
Text Example
White with #8589B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8589B7; }
p { color: rgb(133,137,183); }
H1.HeaderClassName
{
color: #8589B7;
}
.AnyTagClassName
{
color: #8589B7;
}
</style>
background-color css
<style>
a { background-color: #8589B7; }
a { background-color: rgb(133,137,183); }
div.DivClassName
{
background-color: #8589B7;
}
.BgClassName
{
background-color: #8589B7;
}
</style>
border-color css
<style>
span { border-color: #8589B7; }
span { border-color: rgb(133,137,183); }
td.TdClassName
{
border-color: #8589B7;
}
.TagClassName
{
border-color: #8589B7;
}
</style>