Shades of Wild Blue Yonder #7680C6
Tints of Wild Blue Yonder #7680C6
RGB
CMYK
RGB Variations
Color information
#7680C6 (or 0x7680C6) is known color: Wild Blue Yonder. HEX triplet: 76, 80 and C6. RGB value is (118,128,198). Sum of RGB (Red+Green+Blue) = 118+128+198=444 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.58% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #7680C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7680C6 is #897F39. Grayscale: #848484. Windows color (decimal): -9011002 or 13009014. OLE color: 13009014.
HSL color Cylindrical-coordinate representation of color #7680C6: hue angle of 232.5º 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 #7680C6 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 128 | 198 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.22 |
| HSL | 232.5º | 0.41% | 0.62% | - |
| HSV(B) | 232.5º | 0.4% | 0.78% | - |
| XYZ | 25.38 | 23.37 | 56.6 | - |
| YUV | 132.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 128 | 198 | 0.40 | 0.35 | 0 | 0.22 | 232.5 | 0.41 | 0.62 |
| Hex | 76 | 80 | C6 | 28 | 23 | 0 | 16 | E8 | 29 | 3E |
| Octal | 166 | 200 | 306 | 50 | 43 | 0 | 26 | 350 | 51 | 76 |
| Binary | 1110110 | 10000000 | 11000110 | 101000 | 100011 | 0 | 10110 | 11101000 | 101001 | 111110 |
Color Harmonies of #7680C6
Complementary color
Monochromatic Colors of #7680C6
Black with #7680C6
Text Example
Text Example
White with #7680C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7680C6; }
p { color: rgb(118,128,198); }
H1.HeaderClassName
{
color: #7680C6;
}
.AnyTagClassName
{
color: #7680C6;
}
</style>
background-color css
<style>
a { background-color: #7680C6; }
a { background-color: rgb(118,128,198); }
div.DivClassName
{
background-color: #7680C6;
}
.BgClassName
{
background-color: #7680C6;
}
</style>
border-color css
<style>
span { border-color: #7680C6; }
span { border-color: rgb(118,128,198); }
td.TdClassName
{
border-color: #7680C6;
}
.TagClassName
{
border-color: #7680C6;
}
</style>