Shades of Wild Blue Yonder #757EC1
Tints of Wild Blue Yonder #757EC1
RGB
CMYK
RGB Variations
Color information
#757EC1 (or 0x757EC1) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and C1. RGB value is (117,126,193). Sum of RGB (Red+Green+Blue) = 117+126+193=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #757EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EC1 is #8A813E. Grayscale: #828282. Windows color (decimal): -9077055 or 12680821. OLE color: 12680821.
HSL color Cylindrical-coordinate representation of color #757EC1: hue angle of 232.89º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #757EC1 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 126 | 193 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.24 |
| HSL | 232.89º | 0.38% | 0.61% | - |
| HSV(B) | 232.89º | 0.39% | 0.76% | - |
| XYZ | 24.42 | 22.55 | 53.52 | - |
| YUV | 130.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 193 | 0.39 | 0.35 | 0 | 0.24 | 232.89 | 0.38 | 0.61 |
| Hex | 75 | 7E | C1 | 27 | 23 | 0 | 18 | E9 | 26 | 3D |
| Octal | 165 | 176 | 301 | 47 | 43 | 0 | 30 | 351 | 46 | 75 |
| Binary | 1110101 | 1111110 | 11000001 | 100111 | 100011 | 0 | 11000 | 11101001 | 100110 | 111101 |
Color Harmonies of #757EC1
Complementary color
Monochromatic Colors of #757EC1
Black with #757EC1
Text Example
Text Example
White with #757EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EC1; }
p { color: rgb(117,126,193); }
H1.HeaderClassName
{
color: #757EC1;
}
.AnyTagClassName
{
color: #757EC1;
}
</style>
background-color css
<style>
a { background-color: #757EC1; }
a { background-color: rgb(117,126,193); }
div.DivClassName
{
background-color: #757EC1;
}
.BgClassName
{
background-color: #757EC1;
}
</style>
border-color css
<style>
span { border-color: #757EC1; }
span { border-color: rgb(117,126,193); }
td.TdClassName
{
border-color: #757EC1;
}
.TagClassName
{
border-color: #757EC1;
}
</style>