Shades of Wild Blue Yonder #7980BB
Tints of Wild Blue Yonder #7980BB
RGB
CMYK
RGB Variations
Color information
#7980BB (or 0x7980BB) is known color: Wild Blue Yonder. HEX triplet: 79, 80 and BB. RGB value is (121,128,187). Sum of RGB (Red+Green+Blue) = 121+128+187=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #7980BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980BB is #867F44. Grayscale: #848484. Windows color (decimal): -8814405 or 12288121. OLE color: 12288121.
HSL color Cylindrical-coordinate representation of color #7980BB: hue angle of 233.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7980BB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 128 | 187 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.27 |
| HSL | 233.64º | 0.33% | 0.6% | - |
| HSV(B) | 233.64º | 0.35% | 0.73% | - |
| XYZ | 24.57 | 23.09 | 50.18 | - |
| YUV | 132.63 | 158.68 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 187 | 0.35 | 0.32 | 0 | 0.27 | 233.64 | 0.33 | 0.6 |
| Hex | 79 | 80 | BB | 23 | 20 | 0 | 1B | EA | 21 | 3C |
| Octal | 171 | 200 | 273 | 43 | 40 | 0 | 33 | 352 | 41 | 74 |
| Binary | 1111001 | 10000000 | 10111011 | 100011 | 100000 | 0 | 11011 | 11101010 | 100001 | 111100 |
Color Harmonies of #7980BB
Complementary color
Monochromatic Colors of #7980BB
Black with #7980BB
Text Example
Text Example
White with #7980BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980BB; }
p { color: rgb(121,128,187); }
H1.HeaderClassName
{
color: #7980BB;
}
.AnyTagClassName
{
color: #7980BB;
}
</style>
background-color css
<style>
a { background-color: #7980BB; }
a { background-color: rgb(121,128,187); }
div.DivClassName
{
background-color: #7980BB;
}
.BgClassName
{
background-color: #7980BB;
}
</style>
border-color css
<style>
span { border-color: #7980BB; }
span { border-color: rgb(121,128,187); }
td.TdClassName
{
border-color: #7980BB;
}
.TagClassName
{
border-color: #7980BB;
}
</style>