Shades of Wild Blue Yonder #7686C9
Tints of Wild Blue Yonder #7686C9
RGB
CMYK
RGB Variations
Color information
#7686C9 (or 0x7686C9) is known color: Wild Blue Yonder. HEX triplet: 76, 86 and C9. RGB value is (118,134,201). Sum of RGB (Red+Green+Blue) = 118+134+201=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 201 - color contains mainly: blue. Hex color #7686C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7686C9 is #897936. Grayscale: #888888. Windows color (decimal): -9009463 or 13207158. OLE color: 13207158.
HSL color Cylindrical-coordinate representation of color #7686C9: hue angle of 228.43º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7686C9 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 134 | 201 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.21 |
| HSL | 228.43º | 0.43% | 0.63% | - |
| HSV(B) | 228.43º | 0.41% | 0.79% | - |
| XYZ | 26.54 | 25.12 | 58.71 | - |
| YUV | 136.85 | 164.2 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 201 | 0.41 | 0.33 | 0 | 0.21 | 228.43 | 0.43 | 0.63 |
| Hex | 76 | 86 | C9 | 29 | 21 | 0 | 15 | E4 | 2B | 3F |
| Octal | 166 | 206 | 311 | 51 | 41 | 0 | 25 | 344 | 53 | 77 |
| Binary | 1110110 | 10000110 | 11001001 | 101001 | 100001 | 0 | 10101 | 11100100 | 101011 | 111111 |
Color Harmonies of #7686C9
Complementary color
Monochromatic Colors of #7686C9
Black with #7686C9
Text Example
Text Example
White with #7686C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686C9; }
p { color: rgb(118,134,201); }
H1.HeaderClassName
{
color: #7686C9;
}
.AnyTagClassName
{
color: #7686C9;
}
</style>
background-color css
<style>
a { background-color: #7686C9; }
a { background-color: rgb(118,134,201); }
div.DivClassName
{
background-color: #7686C9;
}
.BgClassName
{
background-color: #7686C9;
}
</style>
border-color css
<style>
span { border-color: #7686C9; }
span { border-color: rgb(118,134,201); }
td.TdClassName
{
border-color: #7686C9;
}
.TagClassName
{
border-color: #7686C9;
}
</style>