Shades of Wild Blue Yonder #7697C4
Tints of Wild Blue Yonder #7697C4
RGB
CMYK
RGB Variations
Color information
#7697C4 (or 0x7697C4) is known color: Wild Blue Yonder. HEX triplet: 76, 97 and C4. RGB value is (118,151,196). Sum of RGB (Red+Green+Blue) = 118+151+196=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #7697C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7697C4 is #89683B. Grayscale: #929292. Windows color (decimal): -9005116 or 12883830. OLE color: 12883830.
HSL color Cylindrical-coordinate representation of color #7697C4: hue angle of 214.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7697C4 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 151 | 196 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.23 |
| HSL | 214.62º | 0.4% | 0.62% | - |
| HSV(B) | 214.62º | 0.4% | 0.77% | - |
| XYZ | 28.5 | 29.97 | 56.51 | - |
| YUV | 146.26 | 156.07 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 196 | 0.40 | 0.23 | 0 | 0.23 | 214.62 | 0.4 | 0.62 |
| Hex | 76 | 97 | C4 | 28 | 17 | 0 | 17 | D7 | 28 | 3E |
| Octal | 166 | 227 | 304 | 50 | 27 | 0 | 27 | 327 | 50 | 76 |
| Binary | 1110110 | 10010111 | 11000100 | 101000 | 10111 | 0 | 10111 | 11010111 | 101000 | 111110 |
Color Harmonies of #7697C4
Complementary color
Monochromatic Colors of #7697C4
Black with #7697C4
Text Example
Text Example
White with #7697C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7697C4; }
p { color: rgb(118,151,196); }
H1.HeaderClassName
{
color: #7697C4;
}
.AnyTagClassName
{
color: #7697C4;
}
</style>
background-color css
<style>
a { background-color: #7697C4; }
a { background-color: rgb(118,151,196); }
div.DivClassName
{
background-color: #7697C4;
}
.BgClassName
{
background-color: #7697C4;
}
</style>
border-color css
<style>
span { border-color: #7697C4; }
span { border-color: rgb(118,151,196); }
td.TdClassName
{
border-color: #7697C4;
}
.TagClassName
{
border-color: #7697C4;
}
</style>