Shades of Wild Blue Yonder #7894CC
Tints of Wild Blue Yonder #7894CC
RGB
CMYK
RGB Variations
Color information
#7894CC (or 0x7894CC) is known color: Wild Blue Yonder. HEX triplet: 78, 94 and CC. RGB value is (120,148,204). Sum of RGB (Red+Green+Blue) = 120+148+204=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #7894CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7894CC is #876B33. Grayscale: #919191. Windows color (decimal): -8874804 or 13407352. OLE color: 13407352.
HSL color Cylindrical-coordinate representation of color #7894CC: hue angle of 220º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7894CC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 148 | 204 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.2 |
| HSL | 220º | 0.45% | 0.64% | - |
| HSV(B) | 220º | 0.41% | 0.8% | - |
| XYZ | 29.23 | 29.53 | 61.29 | - |
| YUV | 146.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 204 | 0.41 | 0.27 | 0 | 0.2 | 220 | 0.45 | 0.64 |
| Hex | 78 | 94 | CC | 29 | 1B | 0 | 14 | DC | 2D | 40 |
| Octal | 170 | 224 | 314 | 51 | 33 | 0 | 24 | 334 | 55 | 100 |
| Binary | 1111000 | 10010100 | 11001100 | 101001 | 11011 | 0 | 10100 | 11011100 | 101101 | 1000000 |
Color Harmonies of #7894CC
Complementary color
Monochromatic Colors of #7894CC
Black with #7894CC
Text Example
Text Example
White with #7894CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7894CC; }
p { color: rgb(120,148,204); }
H1.HeaderClassName
{
color: #7894CC;
}
.AnyTagClassName
{
color: #7894CC;
}
</style>
background-color css
<style>
a { background-color: #7894CC; }
a { background-color: rgb(120,148,204); }
div.DivClassName
{
background-color: #7894CC;
}
.BgClassName
{
background-color: #7894CC;
}
</style>
border-color css
<style>
span { border-color: #7894CC; }
span { border-color: rgb(120,148,204); }
td.TdClassName
{
border-color: #7894CC;
}
.TagClassName
{
border-color: #7894CC;
}
</style>