Shades of Wild Blue Yonder #747EC7
Tints of Wild Blue Yonder #747EC7
RGB
CMYK
RGB Variations
Color information
#747EC7 (or 0x747EC7) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C7. RGB value is (116,126,199). Sum of RGB (Red+Green+Blue) = 116+126+199=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #747EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC7 is #8B8138. Grayscale: #838383. Windows color (decimal): -9142585 or 13074036. OLE color: 13074036.
HSL color Cylindrical-coordinate representation of color #747EC7: hue angle of 232.77º 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 #747EC7 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 126 | 199 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.22 |
| HSL | 232.77º | 0.43% | 0.62% | - |
| HSV(B) | 232.77º | 0.42% | 0.78% | - |
| XYZ | 24.97 | 22.76 | 57.11 | - |
| YUV | 131.33 | 166.19 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 199 | 0.42 | 0.37 | 0 | 0.22 | 232.77 | 0.43 | 0.62 |
| Hex | 74 | 7E | C7 | 2A | 25 | 0 | 16 | E9 | 2B | 3E |
| Octal | 164 | 176 | 307 | 52 | 45 | 0 | 26 | 351 | 53 | 76 |
| Binary | 1110100 | 1111110 | 11000111 | 101010 | 100101 | 0 | 10110 | 11101001 | 101011 | 111110 |
Color Harmonies of #747EC7
Complementary color
Monochromatic Colors of #747EC7
Black with #747EC7
Text Example
Text Example
White with #747EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EC7; }
p { color: rgb(116,126,199); }
H1.HeaderClassName
{
color: #747EC7;
}
.AnyTagClassName
{
color: #747EC7;
}
</style>
background-color css
<style>
a { background-color: #747EC7; }
a { background-color: rgb(116,126,199); }
div.DivClassName
{
background-color: #747EC7;
}
.BgClassName
{
background-color: #747EC7;
}
</style>
border-color css
<style>
span { border-color: #747EC7; }
span { border-color: rgb(116,126,199); }
td.TdClassName
{
border-color: #747EC7;
}
.TagClassName
{
border-color: #747EC7;
}
</style>