Shades of Wild Blue Yonder #747BC1
Tints of Wild Blue Yonder #747BC1
RGB
CMYK
RGB Variations
Color information
#747BC1 (or 0x747BC1) is known color: Wild Blue Yonder. HEX triplet: 74, 7B and C1. RGB value is (116,123,193). Sum of RGB (Red+Green+Blue) = 116+123+193=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #747BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BC1 is #8B843E. Grayscale: #808080. Windows color (decimal): -9143359 or 12680052. OLE color: 12680052.
HSL color Cylindrical-coordinate representation of color #747BC1: hue angle of 234.55º 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 #747BC1 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 123 | 193 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.24 |
| HSL | 234.55º | 0.38% | 0.61% | - |
| HSV(B) | 234.55º | 0.4% | 0.76% | - |
| XYZ | 23.91 | 21.73 | 53.39 | - |
| YUV | 128.89 | 164.18 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 193 | 0.40 | 0.36 | 0 | 0.24 | 234.55 | 0.38 | 0.61 |
| Hex | 74 | 7B | C1 | 28 | 24 | 0 | 18 | EB | 26 | 3D |
| Octal | 164 | 173 | 301 | 50 | 44 | 0 | 30 | 353 | 46 | 75 |
| Binary | 1110100 | 1111011 | 11000001 | 101000 | 100100 | 0 | 11000 | 11101011 | 100110 | 111101 |
Color Harmonies of #747BC1
Complementary color
Monochromatic Colors of #747BC1
Black with #747BC1
Text Example
Text Example
White with #747BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BC1; }
p { color: rgb(116,123,193); }
H1.HeaderClassName
{
color: #747BC1;
}
.AnyTagClassName
{
color: #747BC1;
}
</style>
background-color css
<style>
a { background-color: #747BC1; }
a { background-color: rgb(116,123,193); }
div.DivClassName
{
background-color: #747BC1;
}
.BgClassName
{
background-color: #747BC1;
}
</style>
border-color css
<style>
span { border-color: #747BC1; }
span { border-color: rgb(116,123,193); }
td.TdClassName
{
border-color: #747BC1;
}
.TagClassName
{
border-color: #747BC1;
}
</style>