Shades of Wild Blue Yonder #7589BB
Tints of Wild Blue Yonder #7589BB
RGB
CMYK
RGB Variations
Color information
#7589BB (or 0x7589BB) is known color: Wild Blue Yonder. HEX triplet: 75, 89 and BB. RGB value is (117,137,187). Sum of RGB (Red+Green+Blue) = 117+137+187=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #7589BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589BB is #8A7644. Grayscale: #888888. Windows color (decimal): -9074245 or 12290421. OLE color: 12290421.
HSL color Cylindrical-coordinate representation of color #7589BB: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7589BB is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 137 | 187 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.27 |
| HSL | 222.86º | 0.34% | 0.6% | - |
| HSV(B) | 222.86º | 0.37% | 0.73% | - |
| XYZ | 25.25 | 25.26 | 50.56 | - |
| YUV | 136.72 | 156.37 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 187 | 0.37 | 0.27 | 0 | 0.27 | 222.86 | 0.34 | 0.6 |
| Hex | 75 | 89 | BB | 25 | 1B | 0 | 1B | DF | 22 | 3C |
| Octal | 165 | 211 | 273 | 45 | 33 | 0 | 33 | 337 | 42 | 74 |
| Binary | 1110101 | 10001001 | 10111011 | 100101 | 11011 | 0 | 11011 | 11011111 | 100010 | 111100 |
Color Harmonies of #7589BB
Complementary color
Monochromatic Colors of #7589BB
Black with #7589BB
Text Example
Text Example
White with #7589BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7589BB; }
p { color: rgb(117,137,187); }
H1.HeaderClassName
{
color: #7589BB;
}
.AnyTagClassName
{
color: #7589BB;
}
</style>
background-color css
<style>
a { background-color: #7589BB; }
a { background-color: rgb(117,137,187); }
div.DivClassName
{
background-color: #7589BB;
}
.BgClassName
{
background-color: #7589BB;
}
</style>
border-color css
<style>
span { border-color: #7589BB; }
span { border-color: rgb(117,137,187); }
td.TdClassName
{
border-color: #7589BB;
}
.TagClassName
{
border-color: #7589BB;
}
</style>