Shades of Wild Blue Yonder #7595CF
Tints of Wild Blue Yonder #7595CF
RGB
CMYK
RGB Variations
Color information
#7595CF (or 0x7595CF) is known color: Wild Blue Yonder. HEX triplet: 75, 95 and CF. RGB value is (117,149,207). Sum of RGB (Red+Green+Blue) = 117+149+207=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #7595CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595CF is #8A6A30. Grayscale: #919191. Windows color (decimal): -9071153 or 13604213. OLE color: 13604213.
HSL color Cylindrical-coordinate representation of color #7595CF: hue angle of 218.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7595CF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 149 | 207 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.19 |
| HSL | 218.67º | 0.48% | 0.64% | - |
| HSV(B) | 218.67º | 0.43% | 0.81% | - |
| XYZ | 29.35 | 29.78 | 63.23 | - |
| YUV | 146.04 | 162.4 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 207 | 0.43 | 0.28 | 0 | 0.19 | 218.67 | 0.48 | 0.64 |
| Hex | 75 | 95 | CF | 2B | 1C | 0 | 13 | DB | 30 | 40 |
| Octal | 165 | 225 | 317 | 53 | 34 | 0 | 23 | 333 | 60 | 100 |
| Binary | 1110101 | 10010101 | 11001111 | 101011 | 11100 | 0 | 10011 | 11011011 | 110000 | 1000000 |
Color Harmonies of #7595CF
Complementary color
Monochromatic Colors of #7595CF
Black with #7595CF
Text Example
Text Example
White with #7595CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7595CF; }
p { color: rgb(117,149,207); }
H1.HeaderClassName
{
color: #7595CF;
}
.AnyTagClassName
{
color: #7595CF;
}
</style>
background-color css
<style>
a { background-color: #7595CF; }
a { background-color: rgb(117,149,207); }
div.DivClassName
{
background-color: #7595CF;
}
.BgClassName
{
background-color: #7595CF;
}
</style>
border-color css
<style>
span { border-color: #7595CF; }
span { border-color: rgb(117,149,207); }
td.TdClassName
{
border-color: #7595CF;
}
.TagClassName
{
border-color: #7595CF;
}
</style>