Shades of Wild Blue Yonder #7695C0
Tints of Wild Blue Yonder #7695C0
RGB
CMYK
RGB Variations
Color information
#7695C0 (or 0x7695C0) is known color: Wild Blue Yonder. HEX triplet: 76, 95 and C0. RGB value is (118,149,192). Sum of RGB (Red+Green+Blue) = 118+149+192=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #7695C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695C0 is #896A3F. Grayscale: #909090. Windows color (decimal): -9005632 or 12621174. OLE color: 12621174.
HSL color Cylindrical-coordinate representation of color #7695C0: hue angle of 214.86º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7695C0 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 149 | 192 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.25 |
| HSL | 214.86º | 0.37% | 0.61% | - |
| HSV(B) | 214.86º | 0.39% | 0.75% | - |
| XYZ | 27.73 | 29.15 | 54.03 | - |
| YUV | 144.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 192 | 0.39 | 0.22 | 0 | 0.25 | 214.86 | 0.37 | 0.61 |
| Hex | 76 | 95 | C0 | 27 | 16 | 0 | 19 | D7 | 25 | 3D |
| Octal | 166 | 225 | 300 | 47 | 26 | 0 | 31 | 327 | 45 | 75 |
| Binary | 1110110 | 10010101 | 11000000 | 100111 | 10110 | 0 | 11001 | 11010111 | 100101 | 111101 |
Color Harmonies of #7695C0
Complementary color
Monochromatic Colors of #7695C0
Black with #7695C0
Text Example
Text Example
White with #7695C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7695C0; }
p { color: rgb(118,149,192); }
H1.HeaderClassName
{
color: #7695C0;
}
.AnyTagClassName
{
color: #7695C0;
}
</style>
background-color css
<style>
a { background-color: #7695C0; }
a { background-color: rgb(118,149,192); }
div.DivClassName
{
background-color: #7695C0;
}
.BgClassName
{
background-color: #7695C0;
}
</style>
border-color css
<style>
span { border-color: #7695C0; }
span { border-color: rgb(118,149,192); }
td.TdClassName
{
border-color: #7695C0;
}
.TagClassName
{
border-color: #7695C0;
}
</style>