Shades of Wild Blue Yonder #747DB3
Tints of Wild Blue Yonder #747DB3
RGB
CMYK
RGB Variations
Color information
#747DB3 (or 0x747DB3) is known color: Wild Blue Yonder. HEX triplet: 74, 7D and B3. RGB value is (116,125,179). Sum of RGB (Red+Green+Blue) = 116+125+179=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #747DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DB3 is #8B824C. Grayscale: #808080. Windows color (decimal): -9142861 or 11763060. OLE color: 11763060.
HSL color Cylindrical-coordinate representation of color #747DB3: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #747DB3 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 125 | 179 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.30 |
| HSL | 231.43º | 0.29% | 0.58% | - |
| HSV(B) | 231.43º | 0.35% | 0.7% | - |
| XYZ | 22.67 | 21.63 | 45.63 | - |
| YUV | 128.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 179 | 0.35 | 0.30 | 0 | 0.30 | 231.43 | 0.29 | 0.58 |
| Hex | 74 | 7D | B3 | 23 | 1E | 0 | 1E | E7 | 1D | 3A |
| Octal | 164 | 175 | 263 | 43 | 36 | 0 | 36 | 347 | 35 | 72 |
| Binary | 1110100 | 1111101 | 10110011 | 100011 | 11110 | 0 | 11110 | 11100111 | 11101 | 111010 |
Color Harmonies of #747DB3
Complementary color
Monochromatic Colors of #747DB3
Black with #747DB3
Text Example
Text Example
White with #747DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DB3; }
p { color: rgb(116,125,179); }
H1.HeaderClassName
{
color: #747DB3;
}
.AnyTagClassName
{
color: #747DB3;
}
</style>
background-color css
<style>
a { background-color: #747DB3; }
a { background-color: rgb(116,125,179); }
div.DivClassName
{
background-color: #747DB3;
}
.BgClassName
{
background-color: #747DB3;
}
</style>
border-color css
<style>
span { border-color: #747DB3; }
span { border-color: rgb(116,125,179); }
td.TdClassName
{
border-color: #747DB3;
}
.TagClassName
{
border-color: #747DB3;
}
</style>