Shades of Wild Blue Yonder #7B7DAD
Tints of Wild Blue Yonder #7B7DAD
RGB
CMYK
RGB Variations
Color information
#7B7DAD (or 0x7B7DAD) is known color: Wild Blue Yonder. HEX triplet: 7B, 7D and AD. RGB value is (123,125,173). Sum of RGB (Red+Green+Blue) = 123+125+173=421 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.22% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B7DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7DAD is #848252. Grayscale: #818181. Windows color (decimal): -8684115 or 11369851. OLE color: 11369851.
HSL color Cylindrical-coordinate representation of color #7B7DAD: hue angle of 237.6º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B7DAD is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 125 | 173 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.32 |
| HSL | 237.6º | 0.23% | 0.58% | - |
| HSV(B) | 237.6º | 0.29% | 0.68% | - |
| XYZ | 23.04 | 21.9 | 42.55 | - |
| YUV | 129.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 173 | 0.29 | 0.28 | 0 | 0.32 | 237.6 | 0.23 | 0.58 |
| Hex | 7B | 7D | AD | 1D | 1C | 0 | 20 | EE | 17 | 3A |
| Octal | 173 | 175 | 255 | 35 | 34 | 0 | 40 | 356 | 27 | 72 |
| Binary | 1111011 | 1111101 | 10101101 | 11101 | 11100 | 0 | 100000 | 11101110 | 10111 | 111010 |
Color Harmonies of #7B7DAD
Complementary color
Monochromatic Colors of #7B7DAD
Black with #7B7DAD
Text Example
Text Example
White with #7B7DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7DAD; }
p { color: rgb(123,125,173); }
H1.HeaderClassName
{
color: #7B7DAD;
}
.AnyTagClassName
{
color: #7B7DAD;
}
</style>
background-color css
<style>
a { background-color: #7B7DAD; }
a { background-color: rgb(123,125,173); }
div.DivClassName
{
background-color: #7B7DAD;
}
.BgClassName
{
background-color: #7B7DAD;
}
</style>
border-color css
<style>
span { border-color: #7B7DAD; }
span { border-color: rgb(123,125,173); }
td.TdClassName
{
border-color: #7B7DAD;
}
.TagClassName
{
border-color: #7B7DAD;
}
</style>