Shades of Wild Blue Yonder #7796C1
Tints of Wild Blue Yonder #7796C1
RGB
CMYK
RGB Variations
Color information
#7796C1 (or 0x7796C1) is known color: Wild Blue Yonder. HEX triplet: 77, 96 and C1. RGB value is (119,150,193). Sum of RGB (Red+Green+Blue) = 119+150+193=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #7796C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796C1 is #88693E. Grayscale: #919191. Windows color (decimal): -8939839 or 12686967. OLE color: 12686967.
HSL color Cylindrical-coordinate representation of color #7796C1: hue angle of 214.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7796C1 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 150 | 193 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.24 |
| HSL | 214.86º | 0.37% | 0.61% | - |
| HSV(B) | 214.86º | 0.38% | 0.76% | - |
| XYZ | 28.14 | 29.58 | 54.68 | - |
| YUV | 145.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 193 | 0.38 | 0.22 | 0 | 0.24 | 214.86 | 0.37 | 0.61 |
| Hex | 77 | 96 | C1 | 26 | 16 | 0 | 18 | D7 | 25 | 3D |
| Octal | 167 | 226 | 301 | 46 | 26 | 0 | 30 | 327 | 45 | 75 |
| Binary | 1110111 | 10010110 | 11000001 | 100110 | 10110 | 0 | 11000 | 11010111 | 100101 | 111101 |
Color Harmonies of #7796C1
Complementary color
Monochromatic Colors of #7796C1
Black with #7796C1
Text Example
Text Example
White with #7796C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7796C1; }
p { color: rgb(119,150,193); }
H1.HeaderClassName
{
color: #7796C1;
}
.AnyTagClassName
{
color: #7796C1;
}
</style>
background-color css
<style>
a { background-color: #7796C1; }
a { background-color: rgb(119,150,193); }
div.DivClassName
{
background-color: #7796C1;
}
.BgClassName
{
background-color: #7796C1;
}
</style>
border-color css
<style>
span { border-color: #7796C1; }
span { border-color: rgb(119,150,193); }
td.TdClassName
{
border-color: #7796C1;
}
.TagClassName
{
border-color: #7796C1;
}
</style>