Shades of Wild Blue Yonder #747FB1
Tints of Wild Blue Yonder #747FB1
RGB
CMYK
RGB Variations
Color information
#747FB1 (or 0x747FB1) is known color: Wild Blue Yonder. HEX triplet: 74, 7F and B1. RGB value is (116,127,177). Sum of RGB (Red+Green+Blue) = 116+127+177=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #747FB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FB1 is #8B804E. Grayscale: #818181. Windows color (decimal): -9142351 or 11632500. OLE color: 11632500.
HSL color Cylindrical-coordinate representation of color #747FB1: hue angle of 229.18º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747FB1 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 127 | 177 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.31 |
| HSL | 229.18º | 0.28% | 0.57% | - |
| HSV(B) | 229.18º | 0.34% | 0.69% | - |
| XYZ | 22.73 | 22.07 | 44.66 | - |
| YUV | 129.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 177 | 0.34 | 0.28 | 0 | 0.31 | 229.18 | 0.28 | 0.57 |
| Hex | 74 | 7F | B1 | 22 | 1C | 0 | 1F | E5 | 1C | 39 |
| Octal | 164 | 177 | 261 | 42 | 34 | 0 | 37 | 345 | 34 | 71 |
| Binary | 1110100 | 1111111 | 10110001 | 100010 | 11100 | 0 | 11111 | 11100101 | 11100 | 111001 |
Color Harmonies of #747FB1
Complementary color
Monochromatic Colors of #747FB1
Black with #747FB1
Text Example
Text Example
White with #747FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FB1; }
p { color: rgb(116,127,177); }
H1.HeaderClassName
{
color: #747FB1;
}
.AnyTagClassName
{
color: #747FB1;
}
</style>
background-color css
<style>
a { background-color: #747FB1; }
a { background-color: rgb(116,127,177); }
div.DivClassName
{
background-color: #747FB1;
}
.BgClassName
{
background-color: #747FB1;
}
</style>
border-color css
<style>
span { border-color: #747FB1; }
span { border-color: rgb(116,127,177); }
td.TdClassName
{
border-color: #747FB1;
}
.TagClassName
{
border-color: #747FB1;
}
</style>