Shades of Wild Blue Yonder #7C7FBE
Tints of Wild Blue Yonder #7C7FBE
RGB
CMYK
RGB Variations
Color information
#7C7FBE (or 0x7C7FBE) is known color: Wild Blue Yonder. HEX triplet: 7C, 7F and BE. RGB value is (124,127,190). Sum of RGB (Red+Green+Blue) = 124+127+190=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7FBE is #838041. Grayscale: #858585. Windows color (decimal): -8618050 or 12484476. OLE color: 12484476.
HSL color Cylindrical-coordinate representation of color #7C7FBE: hue angle of 237.27º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7FBE is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 127 | 190 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.25 |
| HSL | 237.27º | 0.34% | 0.62% | - |
| HSV(B) | 237.27º | 0.35% | 0.75% | - |
| XYZ | 25.2 | 23.18 | 51.86 | - |
| YUV | 133.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 127 | 190 | 0.35 | 0.33 | 0 | 0.25 | 237.27 | 0.34 | 0.62 |
| Hex | 7C | 7F | BE | 23 | 21 | 0 | 19 | ED | 22 | 3E |
| Octal | 174 | 177 | 276 | 43 | 41 | 0 | 31 | 355 | 42 | 76 |
| Binary | 1111100 | 1111111 | 10111110 | 100011 | 100001 | 0 | 11001 | 11101101 | 100010 | 111110 |
Color Harmonies of #7C7FBE
Complementary color
Monochromatic Colors of #7C7FBE
Black with #7C7FBE
Text Example
Text Example
White with #7C7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7FBE; }
p { color: rgb(124,127,190); }
H1.HeaderClassName
{
color: #7C7FBE;
}
.AnyTagClassName
{
color: #7C7FBE;
}
</style>
background-color css
<style>
a { background-color: #7C7FBE; }
a { background-color: rgb(124,127,190); }
div.DivClassName
{
background-color: #7C7FBE;
}
.BgClassName
{
background-color: #7C7FBE;
}
</style>
border-color css
<style>
span { border-color: #7C7FBE; }
span { border-color: rgb(124,127,190); }
td.TdClassName
{
border-color: #7C7FBE;
}
.TagClassName
{
border-color: #7C7FBE;
}
</style>