Shades of Wild Blue Yonder #747FBC
Tints of Wild Blue Yonder #747FBC
RGB
CMYK
RGB Variations
Color information
#747FBC (or 0x747FBC) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and BC. RGB value is (116,127,188). Sum of RGB (Red+Green+Blue) = 116+127+188=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #747FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FBC is #8B8043. Grayscale: #828282. Windows color (decimal): -9142340 or 12353396. OLE color: 12353396.
HSL color Cylindrical-coordinate representation of color #747FBC: hue angle of 230.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #747FBC is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 127 | 188 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.26 |
| HSL | 230.83º | 0.35% | 0.6% | - |
| HSV(B) | 230.83º | 0.38% | 0.74% | - |
| XYZ | 23.87 | 22.52 | 50.67 | - |
| YUV | 130.67 | 160.36 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 188 | 0.38 | 0.32 | 0 | 0.26 | 230.83 | 0.35 | 0.6 |
| Hex | 74 | 7F | BC | 26 | 20 | 0 | 1A | E7 | 23 | 3C |
| Octal | 164 | 177 | 274 | 46 | 40 | 0 | 32 | 347 | 43 | 74 |
| Binary | 1110100 | 1111111 | 10111100 | 100110 | 100000 | 0 | 11010 | 11100111 | 100011 | 111100 |
Color Harmonies of #747FBC
Complementary color
Monochromatic Colors of #747FBC
Black with #747FBC
Text Example
Text Example
White with #747FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FBC; }
p { color: rgb(116,127,188); }
H1.HeaderClassName
{
color: #747FBC;
}
.AnyTagClassName
{
color: #747FBC;
}
</style>
background-color css
<style>
a { background-color: #747FBC; }
a { background-color: rgb(116,127,188); }
div.DivClassName
{
background-color: #747FBC;
}
.BgClassName
{
background-color: #747FBC;
}
</style>
border-color css
<style>
span { border-color: #747FBC; }
span { border-color: rgb(116,127,188); }
td.TdClassName
{
border-color: #747FBC;
}
.TagClassName
{
border-color: #747FBC;
}
</style>