Shades of Wild Blue Yonder #798CCF
Tints of Wild Blue Yonder #798CCF
RGB
CMYK
RGB Variations
Color information
#798CCF (or 0x798CCF) is known color: Wild Blue Yonder. HEX triplet: 79, 8C and CF. RGB value is (121,140,207). Sum of RGB (Red+Green+Blue) = 121+140+207=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #798CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CCF is #867330. Grayscale: #8D8D8D. Windows color (decimal): -8811313 or 13601913. OLE color: 13601913.
HSL color Cylindrical-coordinate representation of color #798CCF: hue angle of 226.74º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #798CCF is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 140 | 207 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.19 |
| HSL | 226.74º | 0.47% | 0.64% | - |
| HSV(B) | 226.74º | 0.42% | 0.81% | - |
| XYZ | 28.53 | 27.33 | 62.8 | - |
| YUV | 141.96 | 164.71 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 207 | 0.42 | 0.32 | 0 | 0.19 | 226.74 | 0.47 | 0.64 |
| Hex | 79 | 8C | CF | 2A | 20 | 0 | 13 | E3 | 2F | 40 |
| Octal | 171 | 214 | 317 | 52 | 40 | 0 | 23 | 343 | 57 | 100 |
| Binary | 1111001 | 10001100 | 11001111 | 101010 | 100000 | 0 | 10011 | 11100011 | 101111 | 1000000 |
Color Harmonies of #798CCF
Complementary color
Monochromatic Colors of #798CCF
Black with #798CCF
Text Example
Text Example
White with #798CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CCF; }
p { color: rgb(121,140,207); }
H1.HeaderClassName
{
color: #798CCF;
}
.AnyTagClassName
{
color: #798CCF;
}
</style>
background-color css
<style>
a { background-color: #798CCF; }
a { background-color: rgb(121,140,207); }
div.DivClassName
{
background-color: #798CCF;
}
.BgClassName
{
background-color: #798CCF;
}
</style>
border-color css
<style>
span { border-color: #798CCF; }
span { border-color: rgb(121,140,207); }
td.TdClassName
{
border-color: #798CCF;
}
.TagClassName
{
border-color: #798CCF;
}
</style>