Shades of Wild Blue Yonder #7685BE
Tints of Wild Blue Yonder #7685BE
RGB
CMYK
RGB Variations
Color information
#7685BE (or 0x7685BE) is known color: Wild Blue Yonder. HEX triplet: 76, 85 and BE. RGB value is (118,133,190). Sum of RGB (Red+Green+Blue) = 118+133+190=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7685BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7685BE is #897A41. Grayscale: #868686. Windows color (decimal): -9009730 or 12486006. OLE color: 12486006.
HSL color Cylindrical-coordinate representation of color #7685BE: hue angle of 227.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7685BE is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 133 | 190 | - |
| CMYK | 0.38 | 0.3 | 0 | 0.25 |
| HSL | 227.5º | 0.36% | 0.6% | - |
| HSV(B) | 227.5º | 0.38% | 0.75% | - |
| XYZ | 25.15 | 24.34 | 52.09 | - |
| YUV | 135.01 | 159.03 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 190 | 0.38 | 0.3 | 0 | 0.25 | 227.5 | 0.36 | 0.6 |
| Hex | 76 | 85 | BE | 26 | 1E | 0 | 19 | E4 | 24 | 3C |
| Octal | 166 | 205 | 276 | 46 | 36 | 0 | 31 | 344 | 44 | 74 |
| Binary | 1110110 | 10000101 | 10111110 | 100110 | 11110 | 0 | 11001 | 11100100 | 100100 | 111100 |
Color Harmonies of #7685BE
Complementary color
Monochromatic Colors of #7685BE
Black with #7685BE
Text Example
Text Example
White with #7685BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7685BE; }
p { color: rgb(118,133,190); }
H1.HeaderClassName
{
color: #7685BE;
}
.AnyTagClassName
{
color: #7685BE;
}
</style>
background-color css
<style>
a { background-color: #7685BE; }
a { background-color: rgb(118,133,190); }
div.DivClassName
{
background-color: #7685BE;
}
.BgClassName
{
background-color: #7685BE;
}
</style>
border-color css
<style>
span { border-color: #7685BE; }
span { border-color: rgb(118,133,190); }
td.TdClassName
{
border-color: #7685BE;
}
.TagClassName
{
border-color: #7685BE;
}
</style>