Shades of Wild Blue Yonder #7597BD
Tints of Wild Blue Yonder #7597BD
RGB
CMYK
RGB Variations
Color information
#7597BD (or 0x7597BD) is known color: Wild Blue Yonder. HEX triplet: 75, 97 and BD. RGB value is (117,151,189). Sum of RGB (Red+Green+Blue) = 117+151+189=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #7597BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597BD is #8A6842. Grayscale: #909090. Windows color (decimal): -9070659 or 12425077. OLE color: 12425077.
HSL color Cylindrical-coordinate representation of color #7597BD: hue angle of 211.67º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7597BD is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 151 | 189 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.26 |
| HSL | 211.67º | 0.35% | 0.6% | - |
| HSV(B) | 211.67º | 0.38% | 0.74% | - |
| XYZ | 27.59 | 29.59 | 52.4 | - |
| YUV | 145.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 189 | 0.38 | 0.20 | 0 | 0.26 | 211.67 | 0.35 | 0.6 |
| Hex | 75 | 97 | BD | 26 | 14 | 0 | 1A | D4 | 23 | 3C |
| Octal | 165 | 227 | 275 | 46 | 24 | 0 | 32 | 324 | 43 | 74 |
| Binary | 1110101 | 10010111 | 10111101 | 100110 | 10100 | 0 | 11010 | 11010100 | 100011 | 111100 |
Color Harmonies of #7597BD
Complementary color
Monochromatic Colors of #7597BD
Black with #7597BD
Text Example
Text Example
White with #7597BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7597BD; }
p { color: rgb(117,151,189); }
H1.HeaderClassName
{
color: #7597BD;
}
.AnyTagClassName
{
color: #7597BD;
}
</style>
background-color css
<style>
a { background-color: #7597BD; }
a { background-color: rgb(117,151,189); }
div.DivClassName
{
background-color: #7597BD;
}
.BgClassName
{
background-color: #7597BD;
}
</style>
border-color css
<style>
span { border-color: #7597BD; }
span { border-color: rgb(117,151,189); }
td.TdClassName
{
border-color: #7597BD;
}
.TagClassName
{
border-color: #7597BD;
}
</style>