Shades of Wild Blue Yonder #7589B4
Tints of Wild Blue Yonder #7589B4
RGB
CMYK
RGB Variations
Color information
#7589B4 (or 0x7589B4) is known color: Wild Blue Yonder. HEX triplet: 75, 89 and B4. RGB value is (117,137,180). Sum of RGB (Red+Green+Blue) = 117+137+180=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 180 - color contains mainly: blue. Hex color #7589B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589B4 is #8A764B. Grayscale: #878787. Windows color (decimal): -9074252 or 11831669. OLE color: 11831669.
HSL color Cylindrical-coordinate representation of color #7589B4: hue angle of 220.95º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7589B4 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 137 | 180 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.29 |
| HSL | 220.95º | 0.3% | 0.58% | - |
| HSV(B) | 220.95º | 0.35% | 0.71% | - |
| XYZ | 24.52 | 24.97 | 46.71 | - |
| YUV | 135.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 180 | 0.35 | 0.24 | 0 | 0.29 | 220.95 | 0.3 | 0.58 |
| Hex | 75 | 89 | B4 | 23 | 18 | 0 | 1D | DD | 1E | 3A |
| Octal | 165 | 211 | 264 | 43 | 30 | 0 | 35 | 335 | 36 | 72 |
| Binary | 1110101 | 10001001 | 10110100 | 100011 | 11000 | 0 | 11101 | 11011101 | 11110 | 111010 |
Color Harmonies of #7589B4
Complementary color
Monochromatic Colors of #7589B4
Black with #7589B4
Text Example
Text Example
White with #7589B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7589B4; }
p { color: rgb(117,137,180); }
H1.HeaderClassName
{
color: #7589B4;
}
.AnyTagClassName
{
color: #7589B4;
}
</style>
background-color css
<style>
a { background-color: #7589B4; }
a { background-color: rgb(117,137,180); }
div.DivClassName
{
background-color: #7589B4;
}
.BgClassName
{
background-color: #7589B4;
}
</style>
border-color css
<style>
span { border-color: #7589B4; }
span { border-color: rgb(117,137,180); }
td.TdClassName
{
border-color: #7589B4;
}
.TagClassName
{
border-color: #7589B4;
}
</style>