Shades of Wild Blue Yonder #7595C6
Tints of Wild Blue Yonder #7595C6
RGB
CMYK
RGB Variations
Color information
#7595C6 (or 0x7595C6) is known color: Wild Blue Yonder. HEX triplet: 75, 95 and C6. RGB value is (117,149,198). Sum of RGB (Red+Green+Blue) = 117+149+198=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #7595C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595C6 is #8A6A39. Grayscale: #909090. Windows color (decimal): -9071162 or 13014389. OLE color: 13014389.
HSL color Cylindrical-coordinate representation of color #7595C6: hue angle of 216.3º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7595C6 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 149 | 198 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.22 |
| HSL | 216.3º | 0.42% | 0.62% | - |
| HSV(B) | 216.3º | 0.41% | 0.78% | - |
| XYZ | 28.28 | 29.35 | 57.6 | - |
| YUV | 145.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 198 | 0.41 | 0.25 | 0 | 0.22 | 216.3 | 0.42 | 0.62 |
| Hex | 75 | 95 | C6 | 29 | 19 | 0 | 16 | D8 | 2A | 3E |
| Octal | 165 | 225 | 306 | 51 | 31 | 0 | 26 | 330 | 52 | 76 |
| Binary | 1110101 | 10010101 | 11000110 | 101001 | 11001 | 0 | 10110 | 11011000 | 101010 | 111110 |
Color Harmonies of #7595C6
Complementary color
Monochromatic Colors of #7595C6
Black with #7595C6
Text Example
Text Example
White with #7595C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595C6; }
p { color: rgb(117,149,198); }
H1.HeaderClassName
{
color: #7595C6;
}
.AnyTagClassName
{
color: #7595C6;
}
</style>
background-color css
<style>
a { background-color: #7595C6; }
a { background-color: rgb(117,149,198); }
div.DivClassName
{
background-color: #7595C6;
}
.BgClassName
{
background-color: #7595C6;
}
</style>
border-color css
<style>
span { border-color: #7595C6; }
span { border-color: rgb(117,149,198); }
td.TdClassName
{
border-color: #7595C6;
}
.TagClassName
{
border-color: #7595C6;
}
</style>