Shades of Wild Blue Yonder #747FBB
Tints of Wild Blue Yonder #747FBB
RGB
CMYK
RGB Variations
Color information
#747FBB (or 0x747FBB) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and BB. RGB value is (116,127,187). Sum of RGB (Red+Green+Blue) = 116+127+187=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #747FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FBB is #8B8044. Grayscale: #828282. Windows color (decimal): -9142341 or 12287860. OLE color: 12287860.
HSL color Cylindrical-coordinate representation of color #747FBB: hue angle of 230.7º 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 #747FBB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 127 | 187 | - |
| CMYK | 0.38 | 0.32 | 0 | 0.27 |
| HSL | 230.7º | 0.34% | 0.59% | - |
| HSV(B) | 230.7º | 0.38% | 0.73% | - |
| XYZ | 23.76 | 22.48 | 50.1 | - |
| YUV | 130.55 | 159.86 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 187 | 0.38 | 0.32 | 0 | 0.27 | 230.7 | 0.34 | 0.59 |
| Hex | 74 | 7F | BB | 26 | 20 | 0 | 1B | E7 | 22 | 3B |
| Octal | 164 | 177 | 273 | 46 | 40 | 0 | 33 | 347 | 42 | 73 |
| Binary | 1110100 | 1111111 | 10111011 | 100110 | 100000 | 0 | 11011 | 11100111 | 100010 | 111011 |
Color Harmonies of #747FBB
Complementary color
Monochromatic Colors of #747FBB
Black with #747FBB
Text Example
Text Example
White with #747FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FBB; }
p { color: rgb(116,127,187); }
H1.HeaderClassName
{
color: #747FBB;
}
.AnyTagClassName
{
color: #747FBB;
}
</style>
background-color css
<style>
a { background-color: #747FBB; }
a { background-color: rgb(116,127,187); }
div.DivClassName
{
background-color: #747FBB;
}
.BgClassName
{
background-color: #747FBB;
}
</style>
border-color css
<style>
span { border-color: #747FBB; }
span { border-color: rgb(116,127,187); }
td.TdClassName
{
border-color: #747FBB;
}
.TagClassName
{
border-color: #747FBB;
}
</style>