Shades of Wild Blue Yonder #757EC8
Tints of Wild Blue Yonder #757EC8
RGB
CMYK
RGB Variations
Color information
#757EC8 (or 0x757EC8) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and C8. RGB value is (117,126,200). Sum of RGB (Red+Green+Blue) = 117+126+200=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #757EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EC8 is #8A8137. Grayscale: #838383. Windows color (decimal): -9077048 or 13139573. OLE color: 13139573.
HSL color Cylindrical-coordinate representation of color #757EC8: hue angle of 233.49º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757EC8 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 126 | 200 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.22 |
| HSL | 233.49º | 0.43% | 0.62% | - |
| HSV(B) | 233.49º | 0.42% | 0.78% | - |
| XYZ | 25.22 | 22.87 | 57.73 | - |
| YUV | 131.75 | 166.52 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 200 | 0.42 | 0.37 | 0 | 0.22 | 233.49 | 0.43 | 0.62 |
| Hex | 75 | 7E | C8 | 2A | 25 | 0 | 16 | E9 | 2B | 3E |
| Octal | 165 | 176 | 310 | 52 | 45 | 0 | 26 | 351 | 53 | 76 |
| Binary | 1110101 | 1111110 | 11001000 | 101010 | 100101 | 0 | 10110 | 11101001 | 101011 | 111110 |
Color Harmonies of #757EC8
Complementary color
Monochromatic Colors of #757EC8
Black with #757EC8
Text Example
Text Example
White with #757EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EC8; }
p { color: rgb(117,126,200); }
H1.HeaderClassName
{
color: #757EC8;
}
.AnyTagClassName
{
color: #757EC8;
}
</style>
background-color css
<style>
a { background-color: #757EC8; }
a { background-color: rgb(117,126,200); }
div.DivClassName
{
background-color: #757EC8;
}
.BgClassName
{
background-color: #757EC8;
}
</style>
border-color css
<style>
span { border-color: #757EC8; }
span { border-color: rgb(117,126,200); }
td.TdClassName
{
border-color: #757EC8;
}
.TagClassName
{
border-color: #757EC8;
}
</style>