Shades of Wild Blue Yonder #7980BC
Tints of Wild Blue Yonder #7980BC
RGB
CMYK
RGB Variations
Color information
#7980BC (or 0x7980BC) is known color: Wild Blue Yonder. HEX triplet: 79, 80 and BC. RGB value is (121,128,188). Sum of RGB (Red+Green+Blue) = 121+128+188=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #7980BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980BC is #867F43. Grayscale: #848484. Windows color (decimal): -8814404 or 12353657. OLE color: 12353657.
HSL color Cylindrical-coordinate representation of color #7980BC: hue angle of 233.73º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7980BC is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 128 | 188 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.26 |
| HSL | 233.73º | 0.33% | 0.61% | - |
| HSV(B) | 233.73º | 0.36% | 0.74% | - |
| XYZ | 24.68 | 23.13 | 50.74 | - |
| YUV | 132.75 | 159.18 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 188 | 0.36 | 0.32 | 0 | 0.26 | 233.73 | 0.33 | 0.61 |
| Hex | 79 | 80 | BC | 24 | 20 | 0 | 1A | EA | 21 | 3D |
| Octal | 171 | 200 | 274 | 44 | 40 | 0 | 32 | 352 | 41 | 75 |
| Binary | 1111001 | 10000000 | 10111100 | 100100 | 100000 | 0 | 11010 | 11101010 | 100001 | 111101 |
Color Harmonies of #7980BC
Complementary color
Monochromatic Colors of #7980BC
Black with #7980BC
Text Example
Text Example
White with #7980BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980BC; }
p { color: rgb(121,128,188); }
H1.HeaderClassName
{
color: #7980BC;
}
.AnyTagClassName
{
color: #7980BC;
}
</style>
background-color css
<style>
a { background-color: #7980BC; }
a { background-color: rgb(121,128,188); }
div.DivClassName
{
background-color: #7980BC;
}
.BgClassName
{
background-color: #7980BC;
}
</style>
border-color css
<style>
span { border-color: #7980BC; }
span { border-color: rgb(121,128,188); }
td.TdClassName
{
border-color: #7980BC;
}
.TagClassName
{
border-color: #7980BC;
}
</style>