Shades of Wild Blue Yonder #7686B5
Tints of Wild Blue Yonder #7686B5
RGB
CMYK
RGB Variations
Color information
#7686B5 (or 0x7686B5) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and B5. RGB value is (118,134,181). Sum of RGB (Red+Green+Blue) = 118+134+181=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 181 - color contains mainly: blue. Hex color #7686B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686B5 is #89794A. Grayscale: #868686. Windows color (decimal): -9009483 or 11896438. OLE color: 11896438.
HSL color Cylindrical-coordinate representation of color #7686B5: hue angle of 224.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7686B5 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 134 | 181 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.29 |
| HSL | 224.76º | 0.3% | 0.59% | - |
| HSV(B) | 224.76º | 0.35% | 0.71% | - |
| XYZ | 24.34 | 24.24 | 47.11 | - |
| YUV | 134.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 181 | 0.35 | 0.26 | 0 | 0.29 | 224.76 | 0.3 | 0.59 |
| Hex | 76 | 86 | B5 | 23 | 1A | 0 | 1D | E1 | 1E | 3B |
| Octal | 166 | 206 | 265 | 43 | 32 | 0 | 35 | 341 | 36 | 73 |
| Binary | 1110110 | 10000110 | 10110101 | 100011 | 11010 | 0 | 11101 | 11100001 | 11110 | 111011 |
Color Harmonies of #7686B5
Complementary color
Monochromatic Colors of #7686B5
Black with #7686B5
Text Example
Text Example
White with #7686B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686B5; }
p { color: rgb(118,134,181); }
H1.HeaderClassName
{
color: #7686B5;
}
.AnyTagClassName
{
color: #7686B5;
}
</style>
background-color css
<style>
a { background-color: #7686B5; }
a { background-color: rgb(118,134,181); }
div.DivClassName
{
background-color: #7686B5;
}
.BgClassName
{
background-color: #7686B5;
}
</style>
border-color css
<style>
span { border-color: #7686B5; }
span { border-color: rgb(118,134,181); }
td.TdClassName
{
border-color: #7686B5;
}
.TagClassName
{
border-color: #7686B5;
}
</style>