Shades of Wild Blue Yonder #747DB1
Tints of Wild Blue Yonder #747DB1
RGB
CMYK
RGB Variations
Color information
#747DB1 (or 0x747DB1) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and B1. RGB value is (116,125,177). Sum of RGB (Red+Green+Blue) = 116+125+177=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 177 - color contains mainly: blue. Hex color #747DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DB1 is #8B824E. Grayscale: #808080. Windows color (decimal): -9142863 or 11631988. OLE color: 11631988.
HSL color Cylindrical-coordinate representation of color #747DB1: hue angle of 231.15º 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 #747DB1 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 125 | 177 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.31 |
| HSL | 231.15º | 0.28% | 0.57% | - |
| HSV(B) | 231.15º | 0.34% | 0.69% | - |
| XYZ | 22.47 | 21.55 | 44.57 | - |
| YUV | 128.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 177 | 0.34 | 0.29 | 0 | 0.31 | 231.15 | 0.28 | 0.57 |
| Hex | 74 | 7D | B1 | 22 | 1D | 0 | 1F | E7 | 1C | 39 |
| Octal | 164 | 175 | 261 | 42 | 35 | 0 | 37 | 347 | 34 | 71 |
| Binary | 1110100 | 1111101 | 10110001 | 100010 | 11101 | 0 | 11111 | 11100111 | 11100 | 111001 |
Color Harmonies of #747DB1
Complementary color
Monochromatic Colors of #747DB1
Black with #747DB1
Text Example
Text Example
White with #747DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DB1; }
p { color: rgb(116,125,177); }
H1.HeaderClassName
{
color: #747DB1;
}
.AnyTagClassName
{
color: #747DB1;
}
</style>
background-color css
<style>
a { background-color: #747DB1; }
a { background-color: rgb(116,125,177); }
div.DivClassName
{
background-color: #747DB1;
}
.BgClassName
{
background-color: #747DB1;
}
</style>
border-color css
<style>
span { border-color: #747DB1; }
span { border-color: rgb(116,125,177); }
td.TdClassName
{
border-color: #747DB1;
}
.TagClassName
{
border-color: #747DB1;
}
</style>