Shades of Wild Blue Yonder #798DBD
Tints of Wild Blue Yonder #798DBD
RGB
CMYK
RGB Variations
Color information
#798DBD (or 0x798DBD) is known color: Wild Blue Yonder. HEX triplet: 79, 8D and BD. RGB value is (121,141,189). Sum of RGB (Red+Green+Blue) = 121+141+189=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #798DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DBD is #867242. Grayscale: #8C8C8C. Windows color (decimal): -8811075 or 12422521. OLE color: 12422521.
HSL color Cylindrical-coordinate representation of color #798DBD: hue angle of 222.35º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #798DBD is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 141 | 189 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.26 |
| HSL | 222.35º | 0.34% | 0.61% | - |
| HSV(B) | 222.35º | 0.36% | 0.74% | - |
| XYZ | 26.6 | 26.79 | 51.91 | - |
| YUV | 140.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 189 | 0.36 | 0.25 | 0 | 0.26 | 222.35 | 0.34 | 0.61 |
| Hex | 79 | 8D | BD | 24 | 19 | 0 | 1A | DE | 22 | 3D |
| Octal | 171 | 215 | 275 | 44 | 31 | 0 | 32 | 336 | 42 | 75 |
| Binary | 1111001 | 10001101 | 10111101 | 100100 | 11001 | 0 | 11010 | 11011110 | 100010 | 111101 |
Color Harmonies of #798DBD
Complementary color
Monochromatic Colors of #798DBD
Black with #798DBD
Text Example
Text Example
White with #798DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798DBD; }
p { color: rgb(121,141,189); }
H1.HeaderClassName
{
color: #798DBD;
}
.AnyTagClassName
{
color: #798DBD;
}
</style>
background-color css
<style>
a { background-color: #798DBD; }
a { background-color: rgb(121,141,189); }
div.DivClassName
{
background-color: #798DBD;
}
.BgClassName
{
background-color: #798DBD;
}
</style>
border-color css
<style>
span { border-color: #798DBD; }
span { border-color: rgb(121,141,189); }
td.TdClassName
{
border-color: #798DBD;
}
.TagClassName
{
border-color: #798DBD;
}
</style>