Shades of Wild Blue Yonder #797DB4
Tints of Wild Blue Yonder #797DB4
RGB
CMYK
RGB Variations
Color information
#797DB4 (or 0x797DB4) is known color: Wild Blue Yonder. HEX triplet: 79, 7D and B4. RGB value is (121,125,180). Sum of RGB (Red+Green+Blue) = 121+125+180=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #797DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DB4 is #86824B. Grayscale: #818181. Windows color (decimal): -8815180 or 11828601. OLE color: 11828601.
HSL color Cylindrical-coordinate representation of color #797DB4: hue angle of 235.93º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #797DB4 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 121 | 125 | 180 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.29 |
| HSL | 235.93º | 0.28% | 0.59% | - |
| HSV(B) | 235.93º | 0.33% | 0.71% | - |
| XYZ | 23.46 | 22.03 | 46.2 | - |
| YUV | 130.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 180 | 0.33 | 0.31 | 0 | 0.29 | 235.93 | 0.28 | 0.59 |
| Hex | 79 | 7D | B4 | 21 | 1F | 0 | 1D | EC | 1C | 3B |
| Octal | 171 | 175 | 264 | 41 | 37 | 0 | 35 | 354 | 34 | 73 |
| Binary | 1111001 | 1111101 | 10110100 | 100001 | 11111 | 0 | 11101 | 11101100 | 11100 | 111011 |
Color Harmonies of #797DB4
Complementary color
Monochromatic Colors of #797DB4
Black with #797DB4
Text Example
Text Example
White with #797DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DB4; }
p { color: rgb(121,125,180); }
H1.HeaderClassName
{
color: #797DB4;
}
.AnyTagClassName
{
color: #797DB4;
}
</style>
background-color css
<style>
a { background-color: #797DB4; }
a { background-color: rgb(121,125,180); }
div.DivClassName
{
background-color: #797DB4;
}
.BgClassName
{
background-color: #797DB4;
}
</style>
border-color css
<style>
span { border-color: #797DB4; }
span { border-color: rgb(121,125,180); }
td.TdClassName
{
border-color: #797DB4;
}
.TagClassName
{
border-color: #797DB4;
}
</style>