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