Shades of Wild Blue Yonder #798ACF
Tints of Wild Blue Yonder #798ACF
RGB
CMYK
RGB Variations
Color information
#798ACF (or 0x798ACF) is known color: Wild Blue Yonder. HEX triplet: 79, 8A and CF. RGB value is (121,138,207). Sum of RGB (Red+Green+Blue) = 121+138+207=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #798ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ACF is #867530. Grayscale: #8C8C8C. Windows color (decimal): -8811825 or 13601401. OLE color: 13601401.
HSL color Cylindrical-coordinate representation of color #798ACF: hue angle of 228.14º 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 #798ACF is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 138 | 207 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.19 |
| HSL | 228.14º | 0.47% | 0.64% | - |
| HSV(B) | 228.14º | 0.42% | 0.81% | - |
| XYZ | 28.24 | 26.75 | 62.71 | - |
| YUV | 140.78 | 165.37 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 207 | 0.42 | 0.33 | 0 | 0.19 | 228.14 | 0.47 | 0.64 |
| Hex | 79 | 8A | CF | 2A | 21 | 0 | 13 | E4 | 2F | 40 |
| Octal | 171 | 212 | 317 | 52 | 41 | 0 | 23 | 344 | 57 | 100 |
| Binary | 1111001 | 10001010 | 11001111 | 101010 | 100001 | 0 | 10011 | 11100100 | 101111 | 1000000 |
Color Harmonies of #798ACF
Complementary color
Monochromatic Colors of #798ACF
Black with #798ACF
Text Example
Text Example
White with #798ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798ACF; }
p { color: rgb(121,138,207); }
H1.HeaderClassName
{
color: #798ACF;
}
.AnyTagClassName
{
color: #798ACF;
}
</style>
background-color css
<style>
a { background-color: #798ACF; }
a { background-color: rgb(121,138,207); }
div.DivClassName
{
background-color: #798ACF;
}
.BgClassName
{
background-color: #798ACF;
}
</style>
border-color css
<style>
span { border-color: #798ACF; }
span { border-color: rgb(121,138,207); }
td.TdClassName
{
border-color: #798ACF;
}
.TagClassName
{
border-color: #798ACF;
}
</style>