Shades of Wild Blue Yonder #7687B4
Tints of Wild Blue Yonder #7687B4
RGB
CMYK
RGB Variations
Color information
#7687B4 (or 0x7687B4) is known color: Wild Blue Yonder. HEX triplet: 76, 87 and B4. RGB value is (118,135,180). Sum of RGB (Red+Green+Blue) = 118+135+180=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #7687B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687B4 is #89784B. Grayscale: #868686. Windows color (decimal): -9009228 or 11831158. OLE color: 11831158.
HSL color Cylindrical-coordinate representation of color #7687B4: hue angle of 223.55º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7687B4 is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 135 | 180 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.29 |
| HSL | 223.55º | 0.29% | 0.58% | - |
| HSV(B) | 223.55º | 0.34% | 0.71% | - |
| XYZ | 24.37 | 24.47 | 46.62 | - |
| YUV | 135.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 180 | 0.34 | 0.25 | 0 | 0.29 | 223.55 | 0.29 | 0.58 |
| Hex | 76 | 87 | B4 | 22 | 19 | 0 | 1D | E0 | 1D | 3A |
| Octal | 166 | 207 | 264 | 42 | 31 | 0 | 35 | 340 | 35 | 72 |
| Binary | 1110110 | 10000111 | 10110100 | 100010 | 11001 | 0 | 11101 | 11100000 | 11101 | 111010 |
Color Harmonies of #7687B4
Complementary color
Monochromatic Colors of #7687B4
Black with #7687B4
Text Example
Text Example
White with #7687B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7687B4; }
p { color: rgb(118,135,180); }
H1.HeaderClassName
{
color: #7687B4;
}
.AnyTagClassName
{
color: #7687B4;
}
</style>
background-color css
<style>
a { background-color: #7687B4; }
a { background-color: rgb(118,135,180); }
div.DivClassName
{
background-color: #7687B4;
}
.BgClassName
{
background-color: #7687B4;
}
</style>
border-color css
<style>
span { border-color: #7687B4; }
span { border-color: rgb(118,135,180); }
td.TdClassName
{
border-color: #7687B4;
}
.TagClassName
{
border-color: #7687B4;
}
</style>