Shades of Wild Blue Yonder #747CBB
Tints of Wild Blue Yonder #747CBB
RGB
CMYK
RGB Variations
Color information
#747CBB (or 0x747CBB) is known color: Wild Blue Yonder. HEX triplet: 74, 7C and BB. RGB value is (116,124,187). Sum of RGB (Red+Green+Blue) = 116+124+187=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #747CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747CBB is #8B8344. Grayscale: #808080. Windows color (decimal): -9143109 or 12287092. OLE color: 12287092.
HSL color Cylindrical-coordinate representation of color #747CBB: hue angle of 233.24º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747CBB is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 124 | 187 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.27 |
| HSL | 233.24º | 0.34% | 0.59% | - |
| HSV(B) | 233.24º | 0.38% | 0.73% | - |
| XYZ | 23.38 | 21.72 | 49.97 | - |
| YUV | 128.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 187 | 0.38 | 0.34 | 0 | 0.27 | 233.24 | 0.34 | 0.59 |
| Hex | 74 | 7C | BB | 26 | 22 | 0 | 1B | E9 | 22 | 3B |
| Octal | 164 | 174 | 273 | 46 | 42 | 0 | 33 | 351 | 42 | 73 |
| Binary | 1110100 | 1111100 | 10111011 | 100110 | 100010 | 0 | 11011 | 11101001 | 100010 | 111011 |
Color Harmonies of #747CBB
Complementary color
Monochromatic Colors of #747CBB
Black with #747CBB
Text Example
Text Example
White with #747CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CBB; }
p { color: rgb(116,124,187); }
H1.HeaderClassName
{
color: #747CBB;
}
.AnyTagClassName
{
color: #747CBB;
}
</style>
background-color css
<style>
a { background-color: #747CBB; }
a { background-color: rgb(116,124,187); }
div.DivClassName
{
background-color: #747CBB;
}
.BgClassName
{
background-color: #747CBB;
}
</style>
border-color css
<style>
span { border-color: #747CBB; }
span { border-color: rgb(116,124,187); }
td.TdClassName
{
border-color: #747CBB;
}
.TagClassName
{
border-color: #747CBB;
}
</style>