Shades of Wild Blue Yonder #747EC9
Tints of Wild Blue Yonder #747EC9
RGB
CMYK
RGB Variations
Color information
#747EC9 (or 0x747EC9) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C9. RGB value is (116,126,201). Sum of RGB (Red+Green+Blue) = 116+126+201=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #747EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC9 is #8B8136. Grayscale: #838383. Windows color (decimal): -9142583 or 13205108. OLE color: 13205108.
HSL color Cylindrical-coordinate representation of color #747EC9: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #747EC9 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 126 | 201 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.21 |
| HSL | 232.94º | 0.44% | 0.62% | - |
| HSV(B) | 232.94º | 0.42% | 0.79% | - |
| XYZ | 25.21 | 22.85 | 58.34 | - |
| YUV | 131.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 201 | 0.42 | 0.37 | 0 | 0.21 | 232.94 | 0.44 | 0.62 |
| Hex | 74 | 7E | C9 | 2A | 25 | 0 | 15 | E9 | 2C | 3E |
| Octal | 164 | 176 | 311 | 52 | 45 | 0 | 25 | 351 | 54 | 76 |
| Binary | 1110100 | 1111110 | 11001001 | 101010 | 100101 | 0 | 10101 | 11101001 | 101100 | 111110 |
Color Harmonies of #747EC9
Complementary color
Monochromatic Colors of #747EC9
Black with #747EC9
Text Example
Text Example
White with #747EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EC9; }
p { color: rgb(116,126,201); }
H1.HeaderClassName
{
color: #747EC9;
}
.AnyTagClassName
{
color: #747EC9;
}
</style>
background-color css
<style>
a { background-color: #747EC9; }
a { background-color: rgb(116,126,201); }
div.DivClassName
{
background-color: #747EC9;
}
.BgClassName
{
background-color: #747EC9;
}
</style>
border-color css
<style>
span { border-color: #747EC9; }
span { border-color: rgb(116,126,201); }
td.TdClassName
{
border-color: #747EC9;
}
.TagClassName
{
border-color: #747EC9;
}
</style>