Shades of Wild Blue Yonder #747CC1
Tints of Wild Blue Yonder #747CC1
RGB
CMYK
RGB Variations
Color information
#747CC1 (or 0x747CC1) is known color: Wild Blue Yonder. HEX triplet: 74, 7C and C1. RGB value is (116,124,193). Sum of RGB (Red+Green+Blue) = 116+124+193=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #747CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CC1 is #8B833E. Grayscale: #818181. Windows color (decimal): -9143103 or 12680308. OLE color: 12680308.
HSL color Cylindrical-coordinate representation of color #747CC1: hue angle of 233.77º 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 #747CC1 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 124 | 193 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.24 |
| HSL | 233.77º | 0.38% | 0.61% | - |
| HSV(B) | 233.77º | 0.4% | 0.76% | - |
| XYZ | 24.04 | 21.98 | 53.43 | - |
| YUV | 129.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 193 | 0.40 | 0.36 | 0 | 0.24 | 233.77 | 0.38 | 0.61 |
| Hex | 74 | 7C | C1 | 28 | 24 | 0 | 18 | EA | 26 | 3D |
| Octal | 164 | 174 | 301 | 50 | 44 | 0 | 30 | 352 | 46 | 75 |
| Binary | 1110100 | 1111100 | 11000001 | 101000 | 100100 | 0 | 11000 | 11101010 | 100110 | 111101 |
Color Harmonies of #747CC1
Complementary color
Monochromatic Colors of #747CC1
Black with #747CC1
Text Example
Text Example
White with #747CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CC1; }
p { color: rgb(116,124,193); }
H1.HeaderClassName
{
color: #747CC1;
}
.AnyTagClassName
{
color: #747CC1;
}
</style>
background-color css
<style>
a { background-color: #747CC1; }
a { background-color: rgb(116,124,193); }
div.DivClassName
{
background-color: #747CC1;
}
.BgClassName
{
background-color: #747CC1;
}
</style>
border-color css
<style>
span { border-color: #747CC1; }
span { border-color: rgb(116,124,193); }
td.TdClassName
{
border-color: #747CC1;
}
.TagClassName
{
border-color: #747CC1;
}
</style>