Shades of Wild Blue Yonder #747EC0
Tints of Wild Blue Yonder #747EC0
RGB
CMYK
RGB Variations
Color information
#747EC0 (or 0x747EC0) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C0. RGB value is (116,126,192). Sum of RGB (Red+Green+Blue) = 116+126+192=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #747EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC0 is #8B813F. Grayscale: #828282. Windows color (decimal): -9142592 or 12615284. OLE color: 12615284.
HSL color Cylindrical-coordinate representation of color #747EC0: hue angle of 232.11º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747EC0 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 126 | 192 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.25 |
| HSL | 232.11º | 0.38% | 0.6% | - |
| HSV(B) | 232.11º | 0.4% | 0.75% | - |
| XYZ | 24.18 | 22.44 | 52.93 | - |
| YUV | 130.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 192 | 0.40 | 0.34 | 0 | 0.25 | 232.11 | 0.38 | 0.6 |
| Hex | 74 | 7E | C0 | 28 | 22 | 0 | 19 | E8 | 26 | 3C |
| Octal | 164 | 176 | 300 | 50 | 42 | 0 | 31 | 350 | 46 | 74 |
| Binary | 1110100 | 1111110 | 11000000 | 101000 | 100010 | 0 | 11001 | 11101000 | 100110 | 111100 |
Color Harmonies of #747EC0
Complementary color
Monochromatic Colors of #747EC0
Black with #747EC0
Text Example
Text Example
White with #747EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EC0; }
p { color: rgb(116,126,192); }
H1.HeaderClassName
{
color: #747EC0;
}
.AnyTagClassName
{
color: #747EC0;
}
</style>
background-color css
<style>
a { background-color: #747EC0; }
a { background-color: rgb(116,126,192); }
div.DivClassName
{
background-color: #747EC0;
}
.BgClassName
{
background-color: #747EC0;
}
</style>
border-color css
<style>
span { border-color: #747EC0; }
span { border-color: rgb(116,126,192); }
td.TdClassName
{
border-color: #747EC0;
}
.TagClassName
{
border-color: #747EC0;
}
</style>