Shades of Wild Blue Yonder #757CC0
Tints of Wild Blue Yonder #757CC0
RGB
CMYK
RGB Variations
Color information
#757CC0 (or 0x757CC0) is known color: Wild Blue Yonder. HEX triplet: 75, 7C and C0. RGB value is (117,124,192). Sum of RGB (Red+Green+Blue) = 117+124+192=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #757CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757CC0 is #8A833F. Grayscale: #818181. Windows color (decimal): -9077568 or 12614773. OLE color: 12614773.
HSL color Cylindrical-coordinate representation of color #757CC0: hue angle of 234.4º 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 #757CC0 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 124 | 192 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.25 |
| HSL | 234.4º | 0.37% | 0.61% | - |
| HSV(B) | 234.4º | 0.39% | 0.75% | - |
| XYZ | 24.06 | 22 | 52.85 | - |
| YUV | 129.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 192 | 0.39 | 0.35 | 0 | 0.25 | 234.4 | 0.37 | 0.61 |
| Hex | 75 | 7C | C0 | 27 | 23 | 0 | 19 | EA | 25 | 3D |
| Octal | 165 | 174 | 300 | 47 | 43 | 0 | 31 | 352 | 45 | 75 |
| Binary | 1110101 | 1111100 | 11000000 | 100111 | 100011 | 0 | 11001 | 11101010 | 100101 | 111101 |
Color Harmonies of #757CC0
Complementary color
Monochromatic Colors of #757CC0
Black with #757CC0
Text Example
Text Example
White with #757CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CC0; }
p { color: rgb(117,124,192); }
H1.HeaderClassName
{
color: #757CC0;
}
.AnyTagClassName
{
color: #757CC0;
}
</style>
background-color css
<style>
a { background-color: #757CC0; }
a { background-color: rgb(117,124,192); }
div.DivClassName
{
background-color: #757CC0;
}
.BgClassName
{
background-color: #757CC0;
}
</style>
border-color css
<style>
span { border-color: #757CC0; }
span { border-color: rgb(117,124,192); }
td.TdClassName
{
border-color: #757CC0;
}
.TagClassName
{
border-color: #757CC0;
}
</style>