Shades of Wild Blue Yonder #7593BD
Tints of Wild Blue Yonder #7593BD
RGB
CMYK
RGB Variations
Color information
#7593BD (or 0x7593BD) is known color: Wild Blue Yonder. HEX triplet: 75, 93 and BD. RGB value is (117,147,189). Sum of RGB (Red+Green+Blue) = 117+147+189=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #7593BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593BD is #8A6C42. Grayscale: #8E8E8E. Windows color (decimal): -9071683 or 12424053. OLE color: 12424053.
HSL color Cylindrical-coordinate representation of color #7593BD: hue angle of 215º 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 #7593BD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 147 | 189 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.26 |
| HSL | 215º | 0.35% | 0.6% | - |
| HSV(B) | 215º | 0.38% | 0.74% | - |
| XYZ | 26.96 | 28.32 | 52.19 | - |
| YUV | 142.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 147 | 189 | 0.38 | 0.22 | 0 | 0.26 | 215 | 0.35 | 0.6 |
| Hex | 75 | 93 | BD | 26 | 16 | 0 | 1A | D7 | 23 | 3C |
| Octal | 165 | 223 | 275 | 46 | 26 | 0 | 32 | 327 | 43 | 74 |
| Binary | 1110101 | 10010011 | 10111101 | 100110 | 10110 | 0 | 11010 | 11010111 | 100011 | 111100 |
Color Harmonies of #7593BD
Complementary color
Monochromatic Colors of #7593BD
Black with #7593BD
Text Example
Text Example
White with #7593BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7593BD; }
p { color: rgb(117,147,189); }
H1.HeaderClassName
{
color: #7593BD;
}
.AnyTagClassName
{
color: #7593BD;
}
</style>
background-color css
<style>
a { background-color: #7593BD; }
a { background-color: rgb(117,147,189); }
div.DivClassName
{
background-color: #7593BD;
}
.BgClassName
{
background-color: #7593BD;
}
</style>
border-color css
<style>
span { border-color: #7593BD; }
span { border-color: rgb(117,147,189); }
td.TdClassName
{
border-color: #7593BD;
}
.TagClassName
{
border-color: #7593BD;
}
</style>