Shades of Wild Blue Yonder #7593CF
Tints of Wild Blue Yonder #7593CF
RGB
CMYK
RGB Variations
Color information
#7593CF (or 0x7593CF) is known color: Wild Blue Yonder. HEX triplet: 75, 93 and CF. RGB value is (117,147,207). Sum of RGB (Red+Green+Blue) = 117+147+207=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #7593CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593CF is #8A6C30. Grayscale: #909090. Windows color (decimal): -9071665 or 13603701. OLE color: 13603701.
HSL color Cylindrical-coordinate representation of color #7593CF: hue angle of 220º 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 #7593CF is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 147 | 207 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.19 |
| HSL | 220º | 0.48% | 0.64% | - |
| HSV(B) | 220º | 0.43% | 0.81% | - |
| XYZ | 29.03 | 29.15 | 63.13 | - |
| YUV | 144.87 | 163.06 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 207 | 0.43 | 0.29 | 0 | 0.19 | 220 | 0.48 | 0.64 |
| Hex | 75 | 93 | CF | 2B | 1D | 0 | 13 | DC | 30 | 40 |
| Octal | 165 | 223 | 317 | 53 | 35 | 0 | 23 | 334 | 60 | 100 |
| Binary | 1110101 | 10010011 | 11001111 | 101011 | 11101 | 0 | 10011 | 11011100 | 110000 | 1000000 |
Color Harmonies of #7593CF
Complementary color
Monochromatic Colors of #7593CF
Black with #7593CF
Text Example
Text Example
White with #7593CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593CF; }
p { color: rgb(117,147,207); }
H1.HeaderClassName
{
color: #7593CF;
}
.AnyTagClassName
{
color: #7593CF;
}
</style>
background-color css
<style>
a { background-color: #7593CF; }
a { background-color: rgb(117,147,207); }
div.DivClassName
{
background-color: #7593CF;
}
.BgClassName
{
background-color: #7593CF;
}
</style>
border-color css
<style>
span { border-color: #7593CF; }
span { border-color: rgb(117,147,207); }
td.TdClassName
{
border-color: #7593CF;
}
.TagClassName
{
border-color: #7593CF;
}
</style>