Shades of Wild Blue Yonder #7686C5
Tints of Wild Blue Yonder #7686C5
RGB
CMYK
RGB Variations
Color information
#7686C5 (or 0x7686C5) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and C5. RGB value is (118,134,197). Sum of RGB (Red+Green+Blue) = 118+134+197=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #7686C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686C5 is #89793A. Grayscale: #888888. Windows color (decimal): -9009467 or 12945014. OLE color: 12945014.
HSL color Cylindrical-coordinate representation of color #7686C5: hue angle of 227.85º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7686C5 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 134 | 197 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.23 |
| HSL | 227.85º | 0.41% | 0.62% | - |
| HSV(B) | 227.85º | 0.4% | 0.77% | - |
| XYZ | 26.07 | 24.93 | 56.26 | - |
| YUV | 136.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 197 | 0.40 | 0.32 | 0 | 0.23 | 227.85 | 0.41 | 0.62 |
| Hex | 76 | 86 | C5 | 28 | 20 | 0 | 17 | E4 | 29 | 3E |
| Octal | 166 | 206 | 305 | 50 | 40 | 0 | 27 | 344 | 51 | 76 |
| Binary | 1110110 | 10000110 | 11000101 | 101000 | 100000 | 0 | 10111 | 11100100 | 101001 | 111110 |
Color Harmonies of #7686C5
Complementary color
Monochromatic Colors of #7686C5
Black with #7686C5
Text Example
Text Example
White with #7686C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686C5; }
p { color: rgb(118,134,197); }
H1.HeaderClassName
{
color: #7686C5;
}
.AnyTagClassName
{
color: #7686C5;
}
</style>
background-color css
<style>
a { background-color: #7686C5; }
a { background-color: rgb(118,134,197); }
div.DivClassName
{
background-color: #7686C5;
}
.BgClassName
{
background-color: #7686C5;
}
</style>
border-color css
<style>
span { border-color: #7686C5; }
span { border-color: rgb(118,134,197); }
td.TdClassName
{
border-color: #7686C5;
}
.TagClassName
{
border-color: #7686C5;
}
</style>