Shades of Wild Blue Yonder #747EBE
Tints of Wild Blue Yonder #747EBE
RGB
CMYK
RGB Variations
Color information
#747EBE (or 0x747EBE) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and BE. RGB value is (116,126,190). Sum of RGB (Red+Green+Blue) = 116+126+190=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #747EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EBE is #8B8141. Grayscale: #828282. Windows color (decimal): -9142594 or 12484212. OLE color: 12484212.
HSL color Cylindrical-coordinate representation of color #747EBE: hue angle of 231.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #747EBE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 126 | 190 | - |
| CMYK | 0.39 | 0.34 | 0 | 0.25 |
| HSL | 231.89º | 0.36% | 0.6% | - |
| HSV(B) | 231.89º | 0.39% | 0.75% | - |
| XYZ | 23.96 | 22.35 | 51.77 | - |
| YUV | 130.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 190 | 0.39 | 0.34 | 0 | 0.25 | 231.89 | 0.36 | 0.6 |
| Hex | 74 | 7E | BE | 27 | 22 | 0 | 19 | E8 | 24 | 3C |
| Octal | 164 | 176 | 276 | 47 | 42 | 0 | 31 | 350 | 44 | 74 |
| Binary | 1110100 | 1111110 | 10111110 | 100111 | 100010 | 0 | 11001 | 11101000 | 100100 | 111100 |
Color Harmonies of #747EBE
Complementary color
Monochromatic Colors of #747EBE
Black with #747EBE
Text Example
Text Example
White with #747EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EBE; }
p { color: rgb(116,126,190); }
H1.HeaderClassName
{
color: #747EBE;
}
.AnyTagClassName
{
color: #747EBE;
}
</style>
background-color css
<style>
a { background-color: #747EBE; }
a { background-color: rgb(116,126,190); }
div.DivClassName
{
background-color: #747EBE;
}
.BgClassName
{
background-color: #747EBE;
}
</style>
border-color css
<style>
span { border-color: #747EBE; }
span { border-color: rgb(116,126,190); }
td.TdClassName
{
border-color: #747EBE;
}
.TagClassName
{
border-color: #747EBE;
}
</style>