Shades of Wild Blue Yonder #7D7DAA
Tints of Wild Blue Yonder #7D7DAA
RGB
CMYK
RGB Variations
Color information
#7D7DAA (or 0x7D7DAA) is known color: Wild Blue Yonder. HEX triplet: 7D, 7D and AA. RGB value is (125,125,170). Sum of RGB (Red+Green+Blue) = 125+125+170=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D7DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7DAA is #828255. Grayscale: #818181. Windows color (decimal): -8553046 or 11173245. OLE color: 11173245.
HSL color Cylindrical-coordinate representation of color #7D7DAA: hue angle of 240º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D7DAA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 125 | 170 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.33 |
| HSL | 240º | 0.21% | 0.58% | - |
| HSV(B) | 240º | 0.26% | 0.67% | - |
| XYZ | 23.05 | 21.93 | 41.05 | - |
| YUV | 130.13 | 150.5 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 125 | 170 | 0.26 | 0.26 | 0 | 0.33 | 240 | 0.21 | 0.58 |
| Hex | 7D | 7D | AA | 1A | 1A | 0 | 21 | F0 | 15 | 3A |
| Octal | 175 | 175 | 252 | 32 | 32 | 0 | 41 | 360 | 25 | 72 |
| Binary | 1111101 | 1111101 | 10101010 | 11010 | 11010 | 0 | 100001 | 11110000 | 10101 | 111010 |
Color Harmonies of #7D7DAA
Complementary color
Monochromatic Colors of #7D7DAA
Black with #7D7DAA
Text Example
Text Example
White with #7D7DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7DAA; }
p { color: rgb(125,125,170); }
H1.HeaderClassName
{
color: #7D7DAA;
}
.AnyTagClassName
{
color: #7D7DAA;
}
</style>
background-color css
<style>
a { background-color: #7D7DAA; }
a { background-color: rgb(125,125,170); }
div.DivClassName
{
background-color: #7D7DAA;
}
.BgClassName
{
background-color: #7D7DAA;
}
</style>
border-color css
<style>
span { border-color: #7D7DAA; }
span { border-color: rgb(125,125,170); }
td.TdClassName
{
border-color: #7D7DAA;
}
.TagClassName
{
border-color: #7D7DAA;
}
</style>