Shades of Wild Blue Yonder #7782C6
Tints of Wild Blue Yonder #7782C6
RGB
CMYK
RGB Variations
Color information
#7782C6 (or 0x7782C6) is known color: Wild Blue Yonder. HEX triplet: 77, 82 and C6. RGB value is (119,130,198). Sum of RGB (Red+Green+Blue) = 119+130+198=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 198 - color contains mainly: blue. Hex color #7782C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7782C6 is #887D39. Grayscale: #868686. Windows color (decimal): -8944954 or 13009527. OLE color: 13009527.
HSL color Cylindrical-coordinate representation of color #7782C6: hue angle of 231.65º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7782C6 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 130 | 198 | - |
| CMYK | 0.40 | 0.34 | 0 | 0.22 |
| HSL | 231.65º | 0.41% | 0.62% | - |
| HSV(B) | 231.65º | 0.4% | 0.78% | - |
| XYZ | 25.78 | 23.96 | 56.69 | - |
| YUV | 134.46 | 163.86 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 198 | 0.40 | 0.34 | 0 | 0.22 | 231.65 | 0.41 | 0.62 |
| Hex | 77 | 82 | C6 | 28 | 22 | 0 | 16 | E8 | 29 | 3E |
| Octal | 167 | 202 | 306 | 50 | 42 | 0 | 26 | 350 | 51 | 76 |
| Binary | 1110111 | 10000010 | 11000110 | 101000 | 100010 | 0 | 10110 | 11101000 | 101001 | 111110 |
Color Harmonies of #7782C6
Complementary color
Monochromatic Colors of #7782C6
Black with #7782C6
Text Example
Text Example
White with #7782C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7782C6; }
p { color: rgb(119,130,198); }
H1.HeaderClassName
{
color: #7782C6;
}
.AnyTagClassName
{
color: #7782C6;
}
</style>
background-color css
<style>
a { background-color: #7782C6; }
a { background-color: rgb(119,130,198); }
div.DivClassName
{
background-color: #7782C6;
}
.BgClassName
{
background-color: #7782C6;
}
</style>
border-color css
<style>
span { border-color: #7782C6; }
span { border-color: rgb(119,130,198); }
td.TdClassName
{
border-color: #7782C6;
}
.TagClassName
{
border-color: #7782C6;
}
</style>