Shades of Wild Blue Yonder #757ECB
Tints of Wild Blue Yonder #757ECB
RGB
CMYK
RGB Variations
Color information
#757ECB (or 0x757ECB) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and CB. RGB value is (117,126,203). Sum of RGB (Red+Green+Blue) = 117+126+203=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #757ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757ECB is #8A8134. Grayscale: #838383. Windows color (decimal): -9077045 or 13336181. OLE color: 13336181.
HSL color Cylindrical-coordinate representation of color #757ECB: hue angle of 233.72º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #757ECB is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 126 | 203 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.20 |
| HSL | 233.72º | 0.45% | 0.63% | - |
| HSV(B) | 233.72º | 0.42% | 0.8% | - |
| XYZ | 25.58 | 23.02 | 59.59 | - |
| YUV | 132.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 203 | 0.42 | 0.38 | 0 | 0.20 | 233.72 | 0.45 | 0.63 |
| Hex | 75 | 7E | CB | 2A | 26 | 0 | 14 | EA | 2D | 3F |
| Octal | 165 | 176 | 313 | 52 | 46 | 0 | 24 | 352 | 55 | 77 |
| Binary | 1110101 | 1111110 | 11001011 | 101010 | 100110 | 0 | 10100 | 11101010 | 101101 | 111111 |
Color Harmonies of #757ECB
Complementary color
Monochromatic Colors of #757ECB
Black with #757ECB
Text Example
Text Example
White with #757ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757ECB; }
p { color: rgb(117,126,203); }
H1.HeaderClassName
{
color: #757ECB;
}
.AnyTagClassName
{
color: #757ECB;
}
</style>
background-color css
<style>
a { background-color: #757ECB; }
a { background-color: rgb(117,126,203); }
div.DivClassName
{
background-color: #757ECB;
}
.BgClassName
{
background-color: #757ECB;
}
</style>
border-color css
<style>
span { border-color: #757ECB; }
span { border-color: rgb(117,126,203); }
td.TdClassName
{
border-color: #757ECB;
}
.TagClassName
{
border-color: #757ECB;
}
</style>