Shades of Wild Blue Yonder #7982CA
Tints of Wild Blue Yonder #7982CA
RGB
CMYK
RGB Variations
Color information
#7982CA (or 0x7982CA) is known color: Wild Blue Yonder. HEX triplet: 79, 82 and CA. RGB value is (121,130,202). Sum of RGB (Red+Green+Blue) = 121+130+202=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #7982CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982CA is #867D35. Grayscale: #878787. Windows color (decimal): -8813878 or 13271673. OLE color: 13271673.
HSL color Cylindrical-coordinate representation of color #7982CA: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7982CA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 130 | 202 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.21 |
| HSL | 233.33º | 0.43% | 0.63% | - |
| HSV(B) | 233.33º | 0.4% | 0.79% | - |
| XYZ | 26.53 | 24.29 | 59.17 | - |
| YUV | 135.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 202 | 0.40 | 0.36 | 0 | 0.21 | 233.33 | 0.43 | 0.63 |
| Hex | 79 | 82 | CA | 28 | 24 | 0 | 15 | E9 | 2B | 3F |
| Octal | 171 | 202 | 312 | 50 | 44 | 0 | 25 | 351 | 53 | 77 |
| Binary | 1111001 | 10000010 | 11001010 | 101000 | 100100 | 0 | 10101 | 11101001 | 101011 | 111111 |
Color Harmonies of #7982CA
Complementary color
Monochromatic Colors of #7982CA
Black with #7982CA
Text Example
Text Example
White with #7982CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982CA; }
p { color: rgb(121,130,202); }
H1.HeaderClassName
{
color: #7982CA;
}
.AnyTagClassName
{
color: #7982CA;
}
</style>
background-color css
<style>
a { background-color: #7982CA; }
a { background-color: rgb(121,130,202); }
div.DivClassName
{
background-color: #7982CA;
}
.BgClassName
{
background-color: #7982CA;
}
</style>
border-color css
<style>
span { border-color: #7982CA; }
span { border-color: rgb(121,130,202); }
td.TdClassName
{
border-color: #7982CA;
}
.TagClassName
{
border-color: #7982CA;
}
</style>