Shades of Wild Blue Yonder #757EC0
Tints of Wild Blue Yonder #757EC0
RGB
CMYK
RGB Variations
Color information
#757EC0 (or 0x757EC0) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and C0. RGB value is (117,126,192). Sum of RGB (Red+Green+Blue) = 117+126+192=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 192 - color contains mainly: blue. Hex color #757EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EC0 is #8A813F. Grayscale: #828282. Windows color (decimal): -9077056 or 12615285. OLE color: 12615285.
HSL color Cylindrical-coordinate representation of color #757EC0: hue angle of 232.8º 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 #757EC0 is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 126 | 192 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.25 |
| HSL | 232.8º | 0.37% | 0.61% | - |
| HSV(B) | 232.8º | 0.39% | 0.75% | - |
| XYZ | 24.31 | 22.51 | 52.93 | - |
| YUV | 130.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 192 | 0.39 | 0.34 | 0 | 0.25 | 232.8 | 0.37 | 0.61 |
| Hex | 75 | 7E | C0 | 27 | 22 | 0 | 19 | E9 | 25 | 3D |
| Octal | 165 | 176 | 300 | 47 | 42 | 0 | 31 | 351 | 45 | 75 |
| Binary | 1110101 | 1111110 | 11000000 | 100111 | 100010 | 0 | 11001 | 11101001 | 100101 | 111101 |
Color Harmonies of #757EC0
Complementary color
Monochromatic Colors of #757EC0
Black with #757EC0
Text Example
Text Example
White with #757EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EC0; }
p { color: rgb(117,126,192); }
H1.HeaderClassName
{
color: #757EC0;
}
.AnyTagClassName
{
color: #757EC0;
}
</style>
background-color css
<style>
a { background-color: #757EC0; }
a { background-color: rgb(117,126,192); }
div.DivClassName
{
background-color: #757EC0;
}
.BgClassName
{
background-color: #757EC0;
}
</style>
border-color css
<style>
span { border-color: #757EC0; }
span { border-color: rgb(117,126,192); }
td.TdClassName
{
border-color: #757EC0;
}
.TagClassName
{
border-color: #757EC0;
}
</style>