Shades of Wild Blue Yonder #7C80BF
Tints of Wild Blue Yonder #7C80BF
RGB
CMYK
RGB Variations
Color information
#7C80BF (or 0x7C80BF) is known color: Wild Blue Yonder. HEX triplet: 7C, 80 and BF. RGB value is (124,128,191). Sum of RGB (Red+Green+Blue) = 124+128+191=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C80BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C80BF is #837F40. Grayscale: #858585. Windows color (decimal): -8617793 or 12550268. OLE color: 12550268.
HSL color Cylindrical-coordinate representation of color #7C80BF: hue angle of 236.42º 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 #7C80BF is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 128 | 191 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.25 |
| HSL | 236.42º | 0.34% | 0.62% | - |
| HSV(B) | 236.42º | 0.35% | 0.75% | - |
| XYZ | 25.44 | 23.49 | 52.48 | - |
| YUV | 133.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 191 | 0.35 | 0.33 | 0 | 0.25 | 236.42 | 0.34 | 0.62 |
| Hex | 7C | 80 | BF | 23 | 21 | 0 | 19 | EC | 22 | 3E |
| Octal | 174 | 200 | 277 | 43 | 41 | 0 | 31 | 354 | 42 | 76 |
| Binary | 1111100 | 10000000 | 10111111 | 100011 | 100001 | 0 | 11001 | 11101100 | 100010 | 111110 |
Color Harmonies of #7C80BF
Complementary color
Monochromatic Colors of #7C80BF
Black with #7C80BF
Text Example
Text Example
White with #7C80BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C80BF; }
p { color: rgb(124,128,191); }
H1.HeaderClassName
{
color: #7C80BF;
}
.AnyTagClassName
{
color: #7C80BF;
}
</style>
background-color css
<style>
a { background-color: #7C80BF; }
a { background-color: rgb(124,128,191); }
div.DivClassName
{
background-color: #7C80BF;
}
.BgClassName
{
background-color: #7C80BF;
}
</style>
border-color css
<style>
span { border-color: #7C80BF; }
span { border-color: rgb(124,128,191); }
td.TdClassName
{
border-color: #7C80BF;
}
.TagClassName
{
border-color: #7C80BF;
}
</style>