Shades of Wild Blue Yonder #747DC1
Tints of Wild Blue Yonder #747DC1
RGB
CMYK
RGB Variations
Color information
#747DC1 (or 0x747DC1) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and C1. RGB value is (116,125,193). Sum of RGB (Red+Green+Blue) = 116+125+193=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #747DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DC1 is #8B823E. Grayscale: #818181. Windows color (decimal): -9142847 or 12680564. OLE color: 12680564.
HSL color Cylindrical-coordinate representation of color #747DC1: hue angle of 232.99º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747DC1 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 125 | 193 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.24 |
| HSL | 232.99º | 0.38% | 0.61% | - |
| HSV(B) | 232.99º | 0.4% | 0.76% | - |
| XYZ | 24.16 | 22.23 | 53.47 | - |
| YUV | 130.06 | 163.52 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 193 | 0.40 | 0.35 | 0 | 0.24 | 232.99 | 0.38 | 0.61 |
| Hex | 74 | 7D | C1 | 28 | 23 | 0 | 18 | E9 | 26 | 3D |
| Octal | 164 | 175 | 301 | 50 | 43 | 0 | 30 | 351 | 46 | 75 |
| Binary | 1110100 | 1111101 | 11000001 | 101000 | 100011 | 0 | 11000 | 11101001 | 100110 | 111101 |
Color Harmonies of #747DC1
Complementary color
Monochromatic Colors of #747DC1
Black with #747DC1
Text Example
Text Example
White with #747DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DC1; }
p { color: rgb(116,125,193); }
H1.HeaderClassName
{
color: #747DC1;
}
.AnyTagClassName
{
color: #747DC1;
}
</style>
background-color css
<style>
a { background-color: #747DC1; }
a { background-color: rgb(116,125,193); }
div.DivClassName
{
background-color: #747DC1;
}
.BgClassName
{
background-color: #747DC1;
}
</style>
border-color css
<style>
span { border-color: #747DC1; }
span { border-color: rgb(116,125,193); }
td.TdClassName
{
border-color: #747DC1;
}
.TagClassName
{
border-color: #747DC1;
}
</style>