Shades of Wild Blue Yonder #7C7FBA
Tints of Wild Blue Yonder #7C7FBA
RGB
CMYK
RGB Variations
Color information
#7C7FBA (or 0x7C7FBA) is known color: Wild Blue Yonder. HEX triplet: 7C, 7F and BA. RGB value is (124,127,186). Sum of RGB (Red+Green+Blue) = 124+127+186=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C7FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FBA is #838045. Grayscale: #848484. Windows color (decimal): -8618054 or 12222332. OLE color: 12222332.
HSL color Cylindrical-coordinate representation of color #7C7FBA: hue angle of 237.1º 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 #7C7FBA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 127 | 186 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.27 |
| HSL | 237.1º | 0.31% | 0.61% | - |
| HSV(B) | 237.1º | 0.33% | 0.73% | - |
| XYZ | 24.76 | 23.01 | 49.59 | - |
| YUV | 132.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 186 | 0.33 | 0.32 | 0 | 0.27 | 237.1 | 0.31 | 0.61 |
| Hex | 7C | 7F | BA | 21 | 20 | 0 | 1B | ED | 1F | 3D |
| Octal | 174 | 177 | 272 | 41 | 40 | 0 | 33 | 355 | 37 | 75 |
| Binary | 1111100 | 1111111 | 10111010 | 100001 | 100000 | 0 | 11011 | 11101101 | 11111 | 111101 |
Color Harmonies of #7C7FBA
Complementary color
Monochromatic Colors of #7C7FBA
Black with #7C7FBA
Text Example
Text Example
White with #7C7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FBA; }
p { color: rgb(124,127,186); }
H1.HeaderClassName
{
color: #7C7FBA;
}
.AnyTagClassName
{
color: #7C7FBA;
}
</style>
background-color css
<style>
a { background-color: #7C7FBA; }
a { background-color: rgb(124,127,186); }
div.DivClassName
{
background-color: #7C7FBA;
}
.BgClassName
{
background-color: #7C7FBA;
}
</style>
border-color css
<style>
span { border-color: #7C7FBA; }
span { border-color: rgb(124,127,186); }
td.TdClassName
{
border-color: #7C7FBA;
}
.TagClassName
{
border-color: #7C7FBA;
}
</style>