Shades of Wild Blue Yonder #758EC0
Tints of Wild Blue Yonder #758EC0
RGB
CMYK
RGB Variations
Color information
#758EC0 (or 0x758EC0) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and C0. RGB value is (117,142,192). Sum of RGB (Red+Green+Blue) = 117+142+192=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #758EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EC0 is #8A713F. Grayscale: #8C8C8C. Windows color (decimal): -9072960 or 12619381. OLE color: 12619381.
HSL color Cylindrical-coordinate representation of color #758EC0: hue angle of 220º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758EC0 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 142 | 192 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.25 |
| HSL | 220º | 0.37% | 0.61% | - |
| HSV(B) | 220º | 0.39% | 0.75% | - |
| XYZ | 26.52 | 26.93 | 53.67 | - |
| YUV | 140.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 192 | 0.39 | 0.26 | 0 | 0.25 | 220 | 0.37 | 0.61 |
| Hex | 75 | 8E | C0 | 27 | 1A | 0 | 19 | DC | 25 | 3D |
| Octal | 165 | 216 | 300 | 47 | 32 | 0 | 31 | 334 | 45 | 75 |
| Binary | 1110101 | 10001110 | 11000000 | 100111 | 11010 | 0 | 11001 | 11011100 | 100101 | 111101 |
Color Harmonies of #758EC0
Complementary color
Monochromatic Colors of #758EC0
Black with #758EC0
Text Example
Text Example
White with #758EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EC0; }
p { color: rgb(117,142,192); }
H1.HeaderClassName
{
color: #758EC0;
}
.AnyTagClassName
{
color: #758EC0;
}
</style>
background-color css
<style>
a { background-color: #758EC0; }
a { background-color: rgb(117,142,192); }
div.DivClassName
{
background-color: #758EC0;
}
.BgClassName
{
background-color: #758EC0;
}
</style>
border-color css
<style>
span { border-color: #758EC0; }
span { border-color: rgb(117,142,192); }
td.TdClassName
{
border-color: #758EC0;
}
.TagClassName
{
border-color: #758EC0;
}
</style>