Shades of Wild Blue Yonder #7686CE
Tints of Wild Blue Yonder #7686CE
RGB
CMYK
RGB Variations
Color information
#7686CE (or 0x7686CE) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and CE. RGB value is (118,134,206). Sum of RGB (Red+Green+Blue) = 118+134+206=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #7686CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686CE is #897931. Grayscale: #898989. Windows color (decimal): -9009458 or 13534838. OLE color: 13534838.
HSL color Cylindrical-coordinate representation of color #7686CE: hue angle of 229.09º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7686CE is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 134 | 206 | - |
| CMYK | 0.43 | 0.35 | 0 | 0.19 |
| HSL | 229.09º | 0.47% | 0.64% | - |
| HSV(B) | 229.09º | 0.43% | 0.81% | - |
| XYZ | 27.14 | 25.36 | 61.86 | - |
| YUV | 137.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 206 | 0.43 | 0.35 | 0 | 0.19 | 229.09 | 0.47 | 0.64 |
| Hex | 76 | 86 | CE | 2B | 23 | 0 | 13 | E5 | 2F | 40 |
| Octal | 166 | 206 | 316 | 53 | 43 | 0 | 23 | 345 | 57 | 100 |
| Binary | 1110110 | 10000110 | 11001110 | 101011 | 100011 | 0 | 10011 | 11100101 | 101111 | 1000000 |
Color Harmonies of #7686CE
Complementary color
Monochromatic Colors of #7686CE
Black with #7686CE
Text Example
Text Example
White with #7686CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686CE; }
p { color: rgb(118,134,206); }
H1.HeaderClassName
{
color: #7686CE;
}
.AnyTagClassName
{
color: #7686CE;
}
</style>
background-color css
<style>
a { background-color: #7686CE; }
a { background-color: rgb(118,134,206); }
div.DivClassName
{
background-color: #7686CE;
}
.BgClassName
{
background-color: #7686CE;
}
</style>
border-color css
<style>
span { border-color: #7686CE; }
span { border-color: rgb(118,134,206); }
td.TdClassName
{
border-color: #7686CE;
}
.TagClassName
{
border-color: #7686CE;
}
</style>