Shades of Wild Blue Yonder #7994C8
Tints of Wild Blue Yonder #7994C8
RGB
CMYK
RGB Variations
Color information
#7994C8 (or 0x7994C8) is known color: Wild Blue Yonder. HEX triplet: 79, 94 and C8. RGB value is (121,148,200). Sum of RGB (Red+Green+Blue) = 121+148+200=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #7994C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7994C8 is #866B37. Grayscale: #919191. Windows color (decimal): -8809272 or 13145209. OLE color: 13145209.
HSL color Cylindrical-coordinate representation of color #7994C8: hue angle of 219.49º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7994C8 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 121 | 148 | 200 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.22 |
| HSL | 219.49º | 0.42% | 0.63% | - |
| HSV(B) | 219.49º | 0.4% | 0.78% | - |
| XYZ | 28.9 | 29.41 | 58.8 | - |
| YUV | 145.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 148 | 200 | 0.39 | 0.26 | 0 | 0.22 | 219.49 | 0.42 | 0.63 |
| Hex | 79 | 94 | C8 | 27 | 1A | 0 | 16 | DB | 2A | 3F |
| Octal | 171 | 224 | 310 | 47 | 32 | 0 | 26 | 333 | 52 | 77 |
| Binary | 1111001 | 10010100 | 11001000 | 100111 | 11010 | 0 | 10110 | 11011011 | 101010 | 111111 |
Color Harmonies of #7994C8
Complementary color
Monochromatic Colors of #7994C8
Black with #7994C8
Text Example
Text Example
White with #7994C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7994C8; }
p { color: rgb(121,148,200); }
H1.HeaderClassName
{
color: #7994C8;
}
.AnyTagClassName
{
color: #7994C8;
}
</style>
background-color css
<style>
a { background-color: #7994C8; }
a { background-color: rgb(121,148,200); }
div.DivClassName
{
background-color: #7994C8;
}
.BgClassName
{
background-color: #7994C8;
}
</style>
border-color css
<style>
span { border-color: #7994C8; }
span { border-color: rgb(121,148,200); }
td.TdClassName
{
border-color: #7994C8;
}
.TagClassName
{
border-color: #7994C8;
}
</style>