Shades of Wild Blue Yonder #7796C4
Tints of Wild Blue Yonder #7796C4
RGB
CMYK
RGB Variations
Color information
#7796C4 (or 0x7796C4) is known color: Wild Blue Yonder. HEX triplet: 77, 96 and C4. RGB value is (119,150,196). Sum of RGB (Red+Green+Blue) = 119+150+196=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #7796C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796C4 is #88693B. Grayscale: #919191. Windows color (decimal): -8939836 or 12883575. OLE color: 12883575.
HSL color Cylindrical-coordinate representation of color #7796C4: hue angle of 215.84º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7796C4 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 150 | 196 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.23 |
| HSL | 215.84º | 0.39% | 0.62% | - |
| HSV(B) | 215.84º | 0.39% | 0.77% | - |
| XYZ | 28.48 | 29.72 | 56.46 | - |
| YUV | 145.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 196 | 0.39 | 0.23 | 0 | 0.23 | 215.84 | 0.39 | 0.62 |
| Hex | 77 | 96 | C4 | 27 | 17 | 0 | 17 | D8 | 27 | 3E |
| Octal | 167 | 226 | 304 | 47 | 27 | 0 | 27 | 330 | 47 | 76 |
| Binary | 1110111 | 10010110 | 11000100 | 100111 | 10111 | 0 | 10111 | 11011000 | 100111 | 111110 |
Color Harmonies of #7796C4
Complementary color
Monochromatic Colors of #7796C4
Black with #7796C4
Text Example
Text Example
White with #7796C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7796C4; }
p { color: rgb(119,150,196); }
H1.HeaderClassName
{
color: #7796C4;
}
.AnyTagClassName
{
color: #7796C4;
}
</style>
background-color css
<style>
a { background-color: #7796C4; }
a { background-color: rgb(119,150,196); }
div.DivClassName
{
background-color: #7796C4;
}
.BgClassName
{
background-color: #7796C4;
}
</style>
border-color css
<style>
span { border-color: #7796C4; }
span { border-color: rgb(119,150,196); }
td.TdClassName
{
border-color: #7796C4;
}
.TagClassName
{
border-color: #7796C4;
}
</style>