Shades of Wild Blue Yonder #7A7DB7
Tints of Wild Blue Yonder #7A7DB7
RGB
CMYK
RGB Variations
Color information
#7A7DB7 (or 0x7A7DB7) is known color: Wild Blue Yonder. HEX triplet: 7A, 7D and B7. RGB value is (122,125,183). Sum of RGB (Red+Green+Blue) = 122+125+183=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A7DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DB7 is #858248. Grayscale: #828282. Windows color (decimal): -8749641 or 12025210. OLE color: 12025210.
HSL color Cylindrical-coordinate representation of color #7A7DB7: hue angle of 237.05º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A7DB7 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 125 | 183 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.28 |
| HSL | 237.05º | 0.3% | 0.6% | - |
| HSV(B) | 237.05º | 0.33% | 0.72% | - |
| XYZ | 23.91 | 22.22 | 47.83 | - |
| YUV | 130.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 125 | 183 | 0.33 | 0.32 | 0 | 0.28 | 237.05 | 0.3 | 0.6 |
| Hex | 7A | 7D | B7 | 21 | 20 | 0 | 1C | ED | 1E | 3C |
| Octal | 172 | 175 | 267 | 41 | 40 | 0 | 34 | 355 | 36 | 74 |
| Binary | 1111010 | 1111101 | 10110111 | 100001 | 100000 | 0 | 11100 | 11101101 | 11110 | 111100 |
Color Harmonies of #7A7DB7
Complementary color
Monochromatic Colors of #7A7DB7
Black with #7A7DB7
Text Example
Text Example
White with #7A7DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7DB7; }
p { color: rgb(122,125,183); }
H1.HeaderClassName
{
color: #7A7DB7;
}
.AnyTagClassName
{
color: #7A7DB7;
}
</style>
background-color css
<style>
a { background-color: #7A7DB7; }
a { background-color: rgb(122,125,183); }
div.DivClassName
{
background-color: #7A7DB7;
}
.BgClassName
{
background-color: #7A7DB7;
}
</style>
border-color css
<style>
span { border-color: #7A7DB7; }
span { border-color: rgb(122,125,183); }
td.TdClassName
{
border-color: #7A7DB7;
}
.TagClassName
{
border-color: #7A7DB7;
}
</style>