Shades of Wild Blue Yonder #7794CC
Tints of Wild Blue Yonder #7794CC
RGB
CMYK
RGB Variations
Color information
#7794CC (or 0x7794CC) is known color: Wild Blue Yonder. HEX triplet: 77, 94 and CC. RGB value is (119,148,204). Sum of RGB (Red+Green+Blue) = 119+148+204=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7794CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7794CC is #886B33. Grayscale: #919191. Windows color (decimal): -8940340 or 13407351. OLE color: 13407351.
HSL color Cylindrical-coordinate representation of color #7794CC: hue angle of 219.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7794CC is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 148 | 204 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.2 |
| HSL | 219.53º | 0.45% | 0.63% | - |
| HSV(B) | 219.53º | 0.42% | 0.8% | - |
| XYZ | 29.1 | 29.46 | 61.28 | - |
| YUV | 145.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 204 | 0.42 | 0.27 | 0 | 0.2 | 219.53 | 0.45 | 0.63 |
| Hex | 77 | 94 | CC | 2A | 1B | 0 | 14 | DC | 2D | 3F |
| Octal | 167 | 224 | 314 | 52 | 33 | 0 | 24 | 334 | 55 | 77 |
| Binary | 1110111 | 10010100 | 11001100 | 101010 | 11011 | 0 | 10100 | 11011100 | 101101 | 111111 |
Color Harmonies of #7794CC
Complementary color
Monochromatic Colors of #7794CC
Black with #7794CC
Text Example
Text Example
White with #7794CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7794CC; }
p { color: rgb(119,148,204); }
H1.HeaderClassName
{
color: #7794CC;
}
.AnyTagClassName
{
color: #7794CC;
}
</style>
background-color css
<style>
a { background-color: #7794CC; }
a { background-color: rgb(119,148,204); }
div.DivClassName
{
background-color: #7794CC;
}
.BgClassName
{
background-color: #7794CC;
}
</style>
border-color css
<style>
span { border-color: #7794CC; }
span { border-color: rgb(119,148,204); }
td.TdClassName
{
border-color: #7794CC;
}
.TagClassName
{
border-color: #7794CC;
}
</style>