Shades of Wild Blue Yonder #747EC3
Tints of Wild Blue Yonder #747EC3
RGB
CMYK
RGB Variations
Color information
#747EC3 (or 0x747EC3) is known color: Wild Blue Yonder. HEX triplet: 74, 7E and C3. RGB value is (116,126,195). Sum of RGB (Red+Green+Blue) = 116+126+195=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #747EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EC3 is #8B813C. Grayscale: #828282. Windows color (decimal): -9142589 or 12811892. OLE color: 12811892.
HSL color Cylindrical-coordinate representation of color #747EC3: hue angle of 232.41º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #747EC3 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 126 | 195 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.24 |
| HSL | 232.41º | 0.4% | 0.61% | - |
| HSV(B) | 232.41º | 0.41% | 0.76% | - |
| XYZ | 24.51 | 22.57 | 54.7 | - |
| YUV | 130.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 195 | 0.41 | 0.35 | 0 | 0.24 | 232.41 | 0.4 | 0.61 |
| Hex | 74 | 7E | C3 | 29 | 23 | 0 | 18 | E8 | 28 | 3D |
| Octal | 164 | 176 | 303 | 51 | 43 | 0 | 30 | 350 | 50 | 75 |
| Binary | 1110100 | 1111110 | 11000011 | 101001 | 100011 | 0 | 11000 | 11101000 | 101000 | 111101 |
Color Harmonies of #747EC3
Complementary color
Monochromatic Colors of #747EC3
Black with #747EC3
Text Example
Text Example
White with #747EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747EC3; }
p { color: rgb(116,126,195); }
H1.HeaderClassName
{
color: #747EC3;
}
.AnyTagClassName
{
color: #747EC3;
}
</style>
background-color css
<style>
a { background-color: #747EC3; }
a { background-color: rgb(116,126,195); }
div.DivClassName
{
background-color: #747EC3;
}
.BgClassName
{
background-color: #747EC3;
}
</style>
border-color css
<style>
span { border-color: #747EC3; }
span { border-color: rgb(116,126,195); }
td.TdClassName
{
border-color: #747EC3;
}
.TagClassName
{
border-color: #747EC3;
}
</style>