Shades of Wild Blue Yonder #7C7EBA
Tints of Wild Blue Yonder #7C7EBA
RGB
CMYK
RGB Variations
Color information
#7C7EBA (or 0x7C7EBA) is known color: Wild Blue Yonder. HEX triplet: 7C, 7E and BA. RGB value is (124,126,186). Sum of RGB (Red+Green+Blue) = 124+126+186=436 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.44% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7EBA is #838145. Grayscale: #848484. Windows color (decimal): -8618310 or 12222076. OLE color: 12222076.
HSL color Cylindrical-coordinate representation of color #7C7EBA: hue angle of 238.06º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C7EBA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 126 | 186 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.27 |
| HSL | 238.06º | 0.31% | 0.61% | - |
| HSV(B) | 238.06º | 0.33% | 0.73% | - |
| XYZ | 24.64 | 22.75 | 49.55 | - |
| YUV | 132.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 186 | 0.33 | 0.32 | 0 | 0.27 | 238.06 | 0.31 | 0.61 |
| Hex | 7C | 7E | BA | 21 | 20 | 0 | 1B | EE | 1F | 3D |
| Octal | 174 | 176 | 272 | 41 | 40 | 0 | 33 | 356 | 37 | 75 |
| Binary | 1111100 | 1111110 | 10111010 | 100001 | 100000 | 0 | 11011 | 11101110 | 11111 | 111101 |
Color Harmonies of #7C7EBA
Complementary color
Monochromatic Colors of #7C7EBA
Black with #7C7EBA
Text Example
Text Example
White with #7C7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7EBA; }
p { color: rgb(124,126,186); }
H1.HeaderClassName
{
color: #7C7EBA;
}
.AnyTagClassName
{
color: #7C7EBA;
}
</style>
background-color css
<style>
a { background-color: #7C7EBA; }
a { background-color: rgb(124,126,186); }
div.DivClassName
{
background-color: #7C7EBA;
}
.BgClassName
{
background-color: #7C7EBA;
}
</style>
border-color css
<style>
span { border-color: #7C7EBA; }
span { border-color: rgb(124,126,186); }
td.TdClassName
{
border-color: #7C7EBA;
}
.TagClassName
{
border-color: #7C7EBA;
}
</style>