Shades of Wild Blue Yonder #747DC0
Tints of Wild Blue Yonder #747DC0
RGB
CMYK
RGB Variations
Color information
#747DC0 (or 0x747DC0) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and C0. RGB value is (116,125,192). Sum of RGB (Red+Green+Blue) = 116+125+192=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #747DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DC0 is #8B823F. Grayscale: #818181. Windows color (decimal): -9142848 or 12615028. OLE color: 12615028.
HSL color Cylindrical-coordinate representation of color #747DC0: hue angle of 232.89º 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 #747DC0 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 125 | 192 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.25 |
| HSL | 232.89º | 0.38% | 0.6% | - |
| HSV(B) | 232.89º | 0.4% | 0.75% | - |
| XYZ | 24.05 | 22.19 | 52.88 | - |
| YUV | 129.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 192 | 0.40 | 0.35 | 0 | 0.25 | 232.89 | 0.38 | 0.6 |
| Hex | 74 | 7D | C0 | 28 | 23 | 0 | 19 | E9 | 26 | 3C |
| Octal | 164 | 175 | 300 | 50 | 43 | 0 | 31 | 351 | 46 | 74 |
| Binary | 1110100 | 1111101 | 11000000 | 101000 | 100011 | 0 | 11001 | 11101001 | 100110 | 111100 |
Color Harmonies of #747DC0
Complementary color
Monochromatic Colors of #747DC0
Black with #747DC0
Text Example
Text Example
White with #747DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DC0; }
p { color: rgb(116,125,192); }
H1.HeaderClassName
{
color: #747DC0;
}
.AnyTagClassName
{
color: #747DC0;
}
</style>
background-color css
<style>
a { background-color: #747DC0; }
a { background-color: rgb(116,125,192); }
div.DivClassName
{
background-color: #747DC0;
}
.BgClassName
{
background-color: #747DC0;
}
</style>
border-color css
<style>
span { border-color: #747DC0; }
span { border-color: rgb(116,125,192); }
td.TdClassName
{
border-color: #747DC0;
}
.TagClassName
{
border-color: #747DC0;
}
</style>