Shades of Wild Blue Yonder #7686CC
Tints of Wild Blue Yonder #7686CC
RGB
CMYK
RGB Variations
Color information
#7686CC (or 0x7686CC) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and CC. RGB value is (118,134,204). Sum of RGB (Red+Green+Blue) = 118+134+204=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #7686CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686CC is #897933. Grayscale: #888888. Windows color (decimal): -9009460 or 13403766. OLE color: 13403766.
HSL color Cylindrical-coordinate representation of color #7686CC: hue angle of 228.84º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7686CC is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 134 | 204 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.2 |
| HSL | 228.84º | 0.46% | 0.63% | - |
| HSV(B) | 228.84º | 0.42% | 0.8% | - |
| XYZ | 26.9 | 25.26 | 60.59 | - |
| YUV | 137.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 204 | 0.42 | 0.34 | 0 | 0.2 | 228.84 | 0.46 | 0.63 |
| Hex | 76 | 86 | CC | 2A | 22 | 0 | 14 | E5 | 2E | 3F |
| Octal | 166 | 206 | 314 | 52 | 42 | 0 | 24 | 345 | 56 | 77 |
| Binary | 1110110 | 10000110 | 11001100 | 101010 | 100010 | 0 | 10100 | 11100101 | 101110 | 111111 |
Color Harmonies of #7686CC
Complementary color
Monochromatic Colors of #7686CC
Black with #7686CC
Text Example
Text Example
White with #7686CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686CC; }
p { color: rgb(118,134,204); }
H1.HeaderClassName
{
color: #7686CC;
}
.AnyTagClassName
{
color: #7686CC;
}
</style>
background-color css
<style>
a { background-color: #7686CC; }
a { background-color: rgb(118,134,204); }
div.DivClassName
{
background-color: #7686CC;
}
.BgClassName
{
background-color: #7686CC;
}
</style>
border-color css
<style>
span { border-color: #7686CC; }
span { border-color: rgb(118,134,204); }
td.TdClassName
{
border-color: #7686CC;
}
.TagClassName
{
border-color: #7686CC;
}
</style>