Shades of Wild Blue Yonder #747FBA
Tints of Wild Blue Yonder #747FBA
RGB
CMYK
RGB Variations
Color information
#747FBA (or 0x747FBA) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and BA. RGB value is (116,127,186). Sum of RGB (Red+Green+Blue) = 116+127+186=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #747FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FBA is #8B8045. Grayscale: #828282. Windows color (decimal): -9142342 or 12222324. OLE color: 12222324.
HSL color Cylindrical-coordinate representation of color #747FBA: hue angle of 230.57º 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 #747FBA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 127 | 186 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.27 |
| HSL | 230.57º | 0.34% | 0.59% | - |
| HSV(B) | 230.57º | 0.38% | 0.73% | - |
| XYZ | 23.65 | 22.44 | 49.54 | - |
| YUV | 130.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 186 | 0.38 | 0.32 | 0 | 0.27 | 230.57 | 0.34 | 0.59 |
| Hex | 74 | 7F | BA | 26 | 20 | 0 | 1B | E7 | 22 | 3B |
| Octal | 164 | 177 | 272 | 46 | 40 | 0 | 33 | 347 | 42 | 73 |
| Binary | 1110100 | 1111111 | 10111010 | 100110 | 100000 | 0 | 11011 | 11100111 | 100010 | 111011 |
Color Harmonies of #747FBA
Complementary color
Monochromatic Colors of #747FBA
Black with #747FBA
Text Example
Text Example
White with #747FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FBA; }
p { color: rgb(116,127,186); }
H1.HeaderClassName
{
color: #747FBA;
}
.AnyTagClassName
{
color: #747FBA;
}
</style>
background-color css
<style>
a { background-color: #747FBA; }
a { background-color: rgb(116,127,186); }
div.DivClassName
{
background-color: #747FBA;
}
.BgClassName
{
background-color: #747FBA;
}
</style>
border-color css
<style>
span { border-color: #747FBA; }
span { border-color: rgb(116,127,186); }
td.TdClassName
{
border-color: #747FBA;
}
.TagClassName
{
border-color: #747FBA;
}
</style>