Shades of Wild Blue Yonder #797DB2
Tints of Wild Blue Yonder #797DB2
RGB
CMYK
RGB Variations
Color information
#797DB2 (or 0x797DB2) is known color: Wild Blue Yonder. HEX triplet: 79, 7D and B2. RGB value is (121,125,178). Sum of RGB (Red+Green+Blue) = 121+125+178=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 178 - color contains mainly: blue. Hex color #797DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797DB2 is #86824D. Grayscale: #818181. Windows color (decimal): -8815182 or 11697529. OLE color: 11697529.
HSL color Cylindrical-coordinate representation of color #797DB2: hue angle of 235.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #797DB2 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 121 | 125 | 178 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.30 |
| HSL | 235.79º | 0.27% | 0.59% | - |
| HSV(B) | 235.79º | 0.32% | 0.7% | - |
| XYZ | 23.25 | 21.95 | 45.13 | - |
| YUV | 129.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 178 | 0.32 | 0.30 | 0 | 0.30 | 235.79 | 0.27 | 0.59 |
| Hex | 79 | 7D | B2 | 20 | 1E | 0 | 1E | EC | 1B | 3B |
| Octal | 171 | 175 | 262 | 40 | 36 | 0 | 36 | 354 | 33 | 73 |
| Binary | 1111001 | 1111101 | 10110010 | 100000 | 11110 | 0 | 11110 | 11101100 | 11011 | 111011 |
Color Harmonies of #797DB2
Complementary color
Monochromatic Colors of #797DB2
Black with #797DB2
Text Example
Text Example
White with #797DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DB2; }
p { color: rgb(121,125,178); }
H1.HeaderClassName
{
color: #797DB2;
}
.AnyTagClassName
{
color: #797DB2;
}
</style>
background-color css
<style>
a { background-color: #797DB2; }
a { background-color: rgb(121,125,178); }
div.DivClassName
{
background-color: #797DB2;
}
.BgClassName
{
background-color: #797DB2;
}
</style>
border-color css
<style>
span { border-color: #797DB2; }
span { border-color: rgb(121,125,178); }
td.TdClassName
{
border-color: #797DB2;
}
.TagClassName
{
border-color: #797DB2;
}
</style>