Shades of Wild Blue Yonder #747DBB
Tints of Wild Blue Yonder #747DBB
RGB
CMYK
RGB Variations
Color information
#747DBB (or 0x747DBB) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and BB. RGB value is (116,125,187). Sum of RGB (Red+Green+Blue) = 116+125+187=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #747DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DBB is #8B8244. Grayscale: #818181. Windows color (decimal): -9142853 or 12287348. OLE color: 12287348.
HSL color Cylindrical-coordinate representation of color #747DBB: hue angle of 232.39º 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 #747DBB is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 125 | 187 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.27 |
| HSL | 232.39º | 0.34% | 0.59% | - |
| HSV(B) | 232.39º | 0.38% | 0.73% | - |
| XYZ | 23.51 | 21.97 | 50.02 | - |
| YUV | 129.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 187 | 0.38 | 0.33 | 0 | 0.27 | 232.39 | 0.34 | 0.59 |
| Hex | 74 | 7D | BB | 26 | 21 | 0 | 1B | E8 | 22 | 3B |
| Octal | 164 | 175 | 273 | 46 | 41 | 0 | 33 | 350 | 42 | 73 |
| Binary | 1110100 | 1111101 | 10111011 | 100110 | 100001 | 0 | 11011 | 11101000 | 100010 | 111011 |
Color Harmonies of #747DBB
Complementary color
Monochromatic Colors of #747DBB
Black with #747DBB
Text Example
Text Example
White with #747DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DBB; }
p { color: rgb(116,125,187); }
H1.HeaderClassName
{
color: #747DBB;
}
.AnyTagClassName
{
color: #747DBB;
}
</style>
background-color css
<style>
a { background-color: #747DBB; }
a { background-color: rgb(116,125,187); }
div.DivClassName
{
background-color: #747DBB;
}
.BgClassName
{
background-color: #747DBB;
}
</style>
border-color css
<style>
span { border-color: #747DBB; }
span { border-color: rgb(116,125,187); }
td.TdClassName
{
border-color: #747DBB;
}
.TagClassName
{
border-color: #747DBB;
}
</style>