Shades of Wild Blue Yonder #7595BA
Tints of Wild Blue Yonder #7595BA
RGB
CMYK
RGB Variations
Color information
#7595BA (or 0x7595BA) is known color: Wild Blue Yonder. HEX triplet: 75, 95 and BA. RGB value is (117,149,186). Sum of RGB (Red+Green+Blue) = 117+149+186=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #7595BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595BA is #8A6A45. Grayscale: #8F8F8F. Windows color (decimal): -9071174 or 12227957. OLE color: 12227957.
HSL color Cylindrical-coordinate representation of color #7595BA: hue angle of 212.17º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7595BA is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 149 | 186 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.27 |
| HSL | 212.17º | 0.33% | 0.59% | - |
| HSV(B) | 212.17º | 0.37% | 0.73% | - |
| XYZ | 26.95 | 28.82 | 50.6 | - |
| YUV | 143.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 186 | 0.37 | 0.20 | 0 | 0.27 | 212.17 | 0.33 | 0.59 |
| Hex | 75 | 95 | BA | 25 | 14 | 0 | 1B | D4 | 21 | 3B |
| Octal | 165 | 225 | 272 | 45 | 24 | 0 | 33 | 324 | 41 | 73 |
| Binary | 1110101 | 10010101 | 10111010 | 100101 | 10100 | 0 | 11011 | 11010100 | 100001 | 111011 |
Color Harmonies of #7595BA
Complementary color
Monochromatic Colors of #7595BA
Black with #7595BA
Text Example
Text Example
White with #7595BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595BA; }
p { color: rgb(117,149,186); }
H1.HeaderClassName
{
color: #7595BA;
}
.AnyTagClassName
{
color: #7595BA;
}
</style>
background-color css
<style>
a { background-color: #7595BA; }
a { background-color: rgb(117,149,186); }
div.DivClassName
{
background-color: #7595BA;
}
.BgClassName
{
background-color: #7595BA;
}
</style>
border-color css
<style>
span { border-color: #7595BA; }
span { border-color: rgb(117,149,186); }
td.TdClassName
{
border-color: #7595BA;
}
.TagClassName
{
border-color: #7595BA;
}
</style>