Shades of Wild Blue Yonder #797DB8
Tints of Wild Blue Yonder #797DB8
RGB
CMYK
RGB Variations
Color information
#797DB8 (or 0x797DB8) is known color: Wild Blue Yonder. HEX triplet: 79, 7D and B8. RGB value is (121,125,184). Sum of RGB (Red+Green+Blue) = 121+125+184=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 184 (72.27% from 255 or 42.79% from 430); Max value from RGB is 184 - color contains mainly: blue. Hex color #797DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797DB8 is #868247. Grayscale: #828282. Windows color (decimal): -8815176 or 12090745. OLE color: 12090745.
HSL color Cylindrical-coordinate representation of color #797DB8: hue angle of 236.19º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #797DB8 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 121 | 125 | 184 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.28 |
| HSL | 236.19º | 0.31% | 0.6% | - |
| HSV(B) | 236.19º | 0.34% | 0.72% | - |
| XYZ | 23.87 | 22.19 | 48.37 | - |
| YUV | 130.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 125 | 184 | 0.34 | 0.32 | 0 | 0.28 | 236.19 | 0.31 | 0.6 |
| Hex | 79 | 7D | B8 | 22 | 20 | 0 | 1C | EC | 1F | 3C |
| Octal | 171 | 175 | 270 | 42 | 40 | 0 | 34 | 354 | 37 | 74 |
| Binary | 1111001 | 1111101 | 10111000 | 100010 | 100000 | 0 | 11100 | 11101100 | 11111 | 111100 |
Color Harmonies of #797DB8
Complementary color
Monochromatic Colors of #797DB8
Black with #797DB8
Text Example
Text Example
White with #797DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797DB8; }
p { color: rgb(121,125,184); }
H1.HeaderClassName
{
color: #797DB8;
}
.AnyTagClassName
{
color: #797DB8;
}
</style>
background-color css
<style>
a { background-color: #797DB8; }
a { background-color: rgb(121,125,184); }
div.DivClassName
{
background-color: #797DB8;
}
.BgClassName
{
background-color: #797DB8;
}
</style>
border-color css
<style>
span { border-color: #797DB8; }
span { border-color: rgb(121,125,184); }
td.TdClassName
{
border-color: #797DB8;
}
.TagClassName
{
border-color: #797DB8;
}
</style>