Shades of Wild Blue Yonder #7B7DAE
Tints of Wild Blue Yonder #7B7DAE
RGB
CMYK
RGB Variations
Color information
#7B7DAE (or 0x7B7DAE) is known color: Wild Blue Yonder. HEX triplet: 7B, 7D and AE. RGB value is (123,125,174). Sum of RGB (Red+Green+Blue) = 123+125+174=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B7DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7DAE is #848251. Grayscale: #818181. Windows color (decimal): -8684114 or 11435387. OLE color: 11435387.
HSL color Cylindrical-coordinate representation of color #7B7DAE: hue angle of 237.65º degrees, saturation: 0.24, 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 #7B7DAE is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 125 | 174 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.32 |
| HSL | 237.65º | 0.24% | 0.58% | - |
| HSV(B) | 237.65º | 0.29% | 0.68% | - |
| XYZ | 23.14 | 21.93 | 43.06 | - |
| YUV | 129.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 125 | 174 | 0.29 | 0.28 | 0 | 0.32 | 237.65 | 0.24 | 0.58 |
| Hex | 7B | 7D | AE | 1D | 1C | 0 | 20 | EE | 18 | 3A |
| Octal | 173 | 175 | 256 | 35 | 34 | 0 | 40 | 356 | 30 | 72 |
| Binary | 1111011 | 1111101 | 10101110 | 11101 | 11100 | 0 | 100000 | 11101110 | 11000 | 111010 |
Color Harmonies of #7B7DAE
Complementary color
Monochromatic Colors of #7B7DAE
Black with #7B7DAE
Text Example
Text Example
White with #7B7DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7DAE; }
p { color: rgb(123,125,174); }
H1.HeaderClassName
{
color: #7B7DAE;
}
.AnyTagClassName
{
color: #7B7DAE;
}
</style>
background-color css
<style>
a { background-color: #7B7DAE; }
a { background-color: rgb(123,125,174); }
div.DivClassName
{
background-color: #7B7DAE;
}
.BgClassName
{
background-color: #7B7DAE;
}
</style>
border-color css
<style>
span { border-color: #7B7DAE; }
span { border-color: rgb(123,125,174); }
td.TdClassName
{
border-color: #7B7DAE;
}
.TagClassName
{
border-color: #7B7DAE;
}
</style>