Shades of Wild Blue Yonder #747CC0
Tints of Wild Blue Yonder #747CC0
RGB
CMYK
RGB Variations
Color information
#747CC0 (or 0x747CC0) is known color: Wild Blue Yonder. HEX triplet: 74, 7C and C0. RGB value is (116,124,192). Sum of RGB (Red+Green+Blue) = 116+124+192=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 192 (75.39% from 255 or 44.44% from 432); Max value from RGB is 192 - color contains mainly: blue. Hex color #747CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CC0 is #8B833F. Grayscale: #818181. Windows color (decimal): -9143104 or 12614772. OLE color: 12614772.
HSL color Cylindrical-coordinate representation of color #747CC0: hue angle of 233.68º 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 #747CC0 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 124 | 192 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.25 |
| HSL | 233.68º | 0.38% | 0.6% | - |
| HSV(B) | 233.68º | 0.4% | 0.75% | - |
| XYZ | 23.92 | 21.93 | 52.84 | - |
| YUV | 129.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 192 | 0.40 | 0.35 | 0 | 0.25 | 233.68 | 0.38 | 0.6 |
| Hex | 74 | 7C | C0 | 28 | 23 | 0 | 19 | EA | 26 | 3C |
| Octal | 164 | 174 | 300 | 50 | 43 | 0 | 31 | 352 | 46 | 74 |
| Binary | 1110100 | 1111100 | 11000000 | 101000 | 100011 | 0 | 11001 | 11101010 | 100110 | 111100 |
Color Harmonies of #747CC0
Complementary color
Monochromatic Colors of #747CC0
Black with #747CC0
Text Example
Text Example
White with #747CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CC0; }
p { color: rgb(116,124,192); }
H1.HeaderClassName
{
color: #747CC0;
}
.AnyTagClassName
{
color: #747CC0;
}
</style>
background-color css
<style>
a { background-color: #747CC0; }
a { background-color: rgb(116,124,192); }
div.DivClassName
{
background-color: #747CC0;
}
.BgClassName
{
background-color: #747CC0;
}
</style>
border-color css
<style>
span { border-color: #747CC0; }
span { border-color: rgb(116,124,192); }
td.TdClassName
{
border-color: #747CC0;
}
.TagClassName
{
border-color: #747CC0;
}
</style>