Shades of Wild Blue Yonder #7980BD
Tints of Wild Blue Yonder #7980BD
RGB
CMYK
RGB Variations
Color information
#7980BD (or 0x7980BD) is known color: Wild Blue Yonder. HEX triplet: 79, 80 and BD. RGB value is (121,128,189). Sum of RGB (Red+Green+Blue) = 121+128+189=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7980BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980BD is #867F42. Grayscale: #848484. Windows color (decimal): -8814403 or 12419193. OLE color: 12419193.
HSL color Cylindrical-coordinate representation of color #7980BD: hue angle of 233.82º degrees, saturation: 0.34, 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 #7980BD is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 128 | 189 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.26 |
| HSL | 233.82º | 0.34% | 0.61% | - |
| HSV(B) | 233.82º | 0.36% | 0.74% | - |
| XYZ | 24.79 | 23.18 | 51.31 | - |
| YUV | 132.86 | 159.68 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 189 | 0.36 | 0.32 | 0 | 0.26 | 233.82 | 0.34 | 0.61 |
| Hex | 79 | 80 | BD | 24 | 20 | 0 | 1A | EA | 22 | 3D |
| Octal | 171 | 200 | 275 | 44 | 40 | 0 | 32 | 352 | 42 | 75 |
| Binary | 1111001 | 10000000 | 10111101 | 100100 | 100000 | 0 | 11010 | 11101010 | 100010 | 111101 |
Color Harmonies of #7980BD
Complementary color
Monochromatic Colors of #7980BD
Black with #7980BD
Text Example
Text Example
White with #7980BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980BD; }
p { color: rgb(121,128,189); }
H1.HeaderClassName
{
color: #7980BD;
}
.AnyTagClassName
{
color: #7980BD;
}
</style>
background-color css
<style>
a { background-color: #7980BD; }
a { background-color: rgb(121,128,189); }
div.DivClassName
{
background-color: #7980BD;
}
.BgClassName
{
background-color: #7980BD;
}
</style>
border-color css
<style>
span { border-color: #7980BD; }
span { border-color: rgb(121,128,189); }
td.TdClassName
{
border-color: #7980BD;
}
.TagClassName
{
border-color: #7980BD;
}
</style>