Shades of Wild Blue Yonder #798DCB
Tints of Wild Blue Yonder #798DCB
RGB
CMYK
RGB Variations
Color information
#798DCB (or 0x798DCB) is known color: Wild Blue Yonder. HEX triplet: 79, 8D and CB. RGB value is (121,141,203). Sum of RGB (Red+Green+Blue) = 121+141+203=465 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.02% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #798DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DCB is #867234. Grayscale: #8D8D8D. Windows color (decimal): -8811061 or 13340025. OLE color: 13340025.
HSL color Cylindrical-coordinate representation of color #798DCB: hue angle of 225.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #798DCB is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 141 | 203 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.20 |
| HSL | 225.37º | 0.44% | 0.64% | - |
| HSV(B) | 225.37º | 0.4% | 0.8% | - |
| XYZ | 28.19 | 27.43 | 60.31 | - |
| YUV | 142.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 203 | 0.40 | 0.31 | 0 | 0.20 | 225.37 | 0.44 | 0.64 |
| Hex | 79 | 8D | CB | 28 | 1F | 0 | 14 | E1 | 2C | 40 |
| Octal | 171 | 215 | 313 | 50 | 37 | 0 | 24 | 341 | 54 | 100 |
| Binary | 1111001 | 10001101 | 11001011 | 101000 | 11111 | 0 | 10100 | 11100001 | 101100 | 1000000 |
Color Harmonies of #798DCB
Complementary color
Monochromatic Colors of #798DCB
Black with #798DCB
Text Example
Text Example
White with #798DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798DCB; }
p { color: rgb(121,141,203); }
H1.HeaderClassName
{
color: #798DCB;
}
.AnyTagClassName
{
color: #798DCB;
}
</style>
background-color css
<style>
a { background-color: #798DCB; }
a { background-color: rgb(121,141,203); }
div.DivClassName
{
background-color: #798DCB;
}
.BgClassName
{
background-color: #798DCB;
}
</style>
border-color css
<style>
span { border-color: #798DCB; }
span { border-color: rgb(121,141,203); }
td.TdClassName
{
border-color: #798DCB;
}
.TagClassName
{
border-color: #798DCB;
}
</style>