Shades of Wild Blue Yonder #7984CA
Tints of Wild Blue Yonder #7984CA
RGB
CMYK
RGB Variations
Color information
#7984CA (or 0x7984CA) is known color: Wild Blue Yonder. HEX triplet: 79, 84 and CA. RGB value is (121,132,202). Sum of RGB (Red+Green+Blue) = 121+132+202=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #7984CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984CA is #867B35. Grayscale: #888888. Windows color (decimal): -8813366 or 13272185. OLE color: 13272185.
HSL color Cylindrical-coordinate representation of color #7984CA: hue angle of 231.85º 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 #7984CA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 132 | 202 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.21 |
| HSL | 231.85º | 0.43% | 0.63% | - |
| HSV(B) | 231.85º | 0.4% | 0.79% | - |
| XYZ | 26.8 | 24.83 | 59.26 | - |
| YUV | 136.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 132 | 202 | 0.40 | 0.35 | 0 | 0.21 | 231.85 | 0.43 | 0.63 |
| Hex | 79 | 84 | CA | 28 | 23 | 0 | 15 | E8 | 2B | 3F |
| Octal | 171 | 204 | 312 | 50 | 43 | 0 | 25 | 350 | 53 | 77 |
| Binary | 1111001 | 10000100 | 11001010 | 101000 | 100011 | 0 | 10101 | 11101000 | 101011 | 111111 |
Color Harmonies of #7984CA
Complementary color
Monochromatic Colors of #7984CA
Black with #7984CA
Text Example
Text Example
White with #7984CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7984CA; }
p { color: rgb(121,132,202); }
H1.HeaderClassName
{
color: #7984CA;
}
.AnyTagClassName
{
color: #7984CA;
}
</style>
background-color css
<style>
a { background-color: #7984CA; }
a { background-color: rgb(121,132,202); }
div.DivClassName
{
background-color: #7984CA;
}
.BgClassName
{
background-color: #7984CA;
}
</style>
border-color css
<style>
span { border-color: #7984CA; }
span { border-color: rgb(121,132,202); }
td.TdClassName
{
border-color: #7984CA;
}
.TagClassName
{
border-color: #7984CA;
}
</style>