Shades of Wild Blue Yonder #7C7EAF
Tints of Wild Blue Yonder #7C7EAF
RGB
CMYK
RGB Variations
Color information
#7C7EAF (or 0x7C7EAF) is known color: Wild Blue Yonder. HEX triplet: 7C, 7E and AF. RGB value is (124,126,175). Sum of RGB (Red+Green+Blue) = 124+126+175=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C7EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7EAF is #838150. Grayscale: #828282. Windows color (decimal): -8618321 or 11501180. OLE color: 11501180.
HSL color Cylindrical-coordinate representation of color #7C7EAF: hue angle of 237.65º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C7EAF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 126 | 175 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.31 |
| HSL | 237.65º | 0.24% | 0.59% | - |
| HSV(B) | 237.65º | 0.29% | 0.69% | - |
| XYZ | 23.51 | 22.3 | 43.62 | - |
| YUV | 130.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 175 | 0.29 | 0.28 | 0 | 0.31 | 237.65 | 0.24 | 0.59 |
| Hex | 7C | 7E | AF | 1D | 1C | 0 | 1F | EE | 18 | 3B |
| Octal | 174 | 176 | 257 | 35 | 34 | 0 | 37 | 356 | 30 | 73 |
| Binary | 1111100 | 1111110 | 10101111 | 11101 | 11100 | 0 | 11111 | 11101110 | 11000 | 111011 |
Color Harmonies of #7C7EAF
Complementary color
Monochromatic Colors of #7C7EAF
Black with #7C7EAF
Text Example
Text Example
White with #7C7EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7EAF; }
p { color: rgb(124,126,175); }
H1.HeaderClassName
{
color: #7C7EAF;
}
.AnyTagClassName
{
color: #7C7EAF;
}
</style>
background-color css
<style>
a { background-color: #7C7EAF; }
a { background-color: rgb(124,126,175); }
div.DivClassName
{
background-color: #7C7EAF;
}
.BgClassName
{
background-color: #7C7EAF;
}
</style>
border-color css
<style>
span { border-color: #7C7EAF; }
span { border-color: rgb(124,126,175); }
td.TdClassName
{
border-color: #7C7EAF;
}
.TagClassName
{
border-color: #7C7EAF;
}
</style>