Shades of Wild Blue Yonder #757EBA
Tints of Wild Blue Yonder #757EBA
RGB
CMYK
RGB Variations
Color information
#757EBA (or 0x757EBA) is known color: Wild Blue Yonder. HEX triplet: 75, 7E and BA. RGB value is (117,126,186). Sum of RGB (Red+Green+Blue) = 117+126+186=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #757EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #757EBA is #8A8145. Grayscale: #818181. Windows color (decimal): -9077062 or 12222069. OLE color: 12222069.
HSL color Cylindrical-coordinate representation of color #757EBA: hue angle of 232.17º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #757EBA is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 126 | 186 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.27 |
| HSL | 232.17º | 0.33% | 0.59% | - |
| HSV(B) | 232.17º | 0.37% | 0.73% | - |
| XYZ | 23.66 | 22.25 | 49.5 | - |
| YUV | 130.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 186 | 0.37 | 0.32 | 0 | 0.27 | 232.17 | 0.33 | 0.59 |
| Hex | 75 | 7E | BA | 25 | 20 | 0 | 1B | E8 | 21 | 3B |
| Octal | 165 | 176 | 272 | 45 | 40 | 0 | 33 | 350 | 41 | 73 |
| Binary | 1110101 | 1111110 | 10111010 | 100101 | 100000 | 0 | 11011 | 11101000 | 100001 | 111011 |
Color Harmonies of #757EBA
Complementary color
Monochromatic Colors of #757EBA
Black with #757EBA
Text Example
Text Example
White with #757EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EBA; }
p { color: rgb(117,126,186); }
H1.HeaderClassName
{
color: #757EBA;
}
.AnyTagClassName
{
color: #757EBA;
}
</style>
background-color css
<style>
a { background-color: #757EBA; }
a { background-color: rgb(117,126,186); }
div.DivClassName
{
background-color: #757EBA;
}
.BgClassName
{
background-color: #757EBA;
}
</style>
border-color css
<style>
span { border-color: #757EBA; }
span { border-color: rgb(117,126,186); }
td.TdClassName
{
border-color: #757EBA;
}
.TagClassName
{
border-color: #757EBA;
}
</style>