Shades of Wild Blue Yonder #7980C1
Tints of Wild Blue Yonder #7980C1
RGB
CMYK
RGB Variations
Color information
#7980C1 (or 0x7980C1) is known color: Wild Blue Yonder. HEX triplet: 79, 80 and C1. RGB value is (121,128,193). Sum of RGB (Red+Green+Blue) = 121+128+193=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #7980C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980C1 is #867F3E. Grayscale: #858585. Windows color (decimal): -8814399 or 12681337. OLE color: 12681337.
HSL color Cylindrical-coordinate representation of color #7980C1: hue angle of 234.17º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7980C1 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 128 | 193 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.24 |
| HSL | 234.17º | 0.37% | 0.62% | - |
| HSV(B) | 234.17º | 0.37% | 0.76% | - |
| XYZ | 25.23 | 23.35 | 53.63 | - |
| YUV | 133.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 128 | 193 | 0.37 | 0.34 | 0 | 0.24 | 234.17 | 0.37 | 0.62 |
| Hex | 79 | 80 | C1 | 25 | 22 | 0 | 18 | EA | 25 | 3E |
| Octal | 171 | 200 | 301 | 45 | 42 | 0 | 30 | 352 | 45 | 76 |
| Binary | 1111001 | 10000000 | 11000001 | 100101 | 100010 | 0 | 11000 | 11101010 | 100101 | 111110 |
Color Harmonies of #7980C1
Complementary color
Monochromatic Colors of #7980C1
Black with #7980C1
Text Example
Text Example
White with #7980C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7980C1; }
p { color: rgb(121,128,193); }
H1.HeaderClassName
{
color: #7980C1;
}
.AnyTagClassName
{
color: #7980C1;
}
</style>
background-color css
<style>
a { background-color: #7980C1; }
a { background-color: rgb(121,128,193); }
div.DivClassName
{
background-color: #7980C1;
}
.BgClassName
{
background-color: #7980C1;
}
</style>
border-color css
<style>
span { border-color: #7980C1; }
span { border-color: rgb(121,128,193); }
td.TdClassName
{
border-color: #7980C1;
}
.TagClassName
{
border-color: #7980C1;
}
</style>