Shades of Wild Blue Yonder #7D96BE
Tints of Wild Blue Yonder #7D96BE
RGB
CMYK
RGB Variations
Color information
#7D96BE (or 0x7D96BE) is known color: Wild Blue Yonder. HEX triplet: 7D, 96 and BE. RGB value is (125,150,190). Sum of RGB (Red+Green+Blue) = 125+150+190=465 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.88% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D96BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D96BE is #826941. Grayscale: #929292. Windows color (decimal): -8546626 or 12490365. OLE color: 12490365.
HSL color Cylindrical-coordinate representation of color #7D96BE: hue angle of 216.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D96BE is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 150 | 190 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.25 |
| HSL | 216.92º | 0.33% | 0.62% | - |
| HSV(B) | 216.92º | 0.34% | 0.75% | - |
| XYZ | 28.66 | 29.89 | 52.97 | - |
| YUV | 147.09 | 152.22 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 150 | 190 | 0.34 | 0.21 | 0 | 0.25 | 216.92 | 0.33 | 0.62 |
| Hex | 7D | 96 | BE | 22 | 15 | 0 | 19 | D9 | 21 | 3E |
| Octal | 175 | 226 | 276 | 42 | 25 | 0 | 31 | 331 | 41 | 76 |
| Binary | 1111101 | 10010110 | 10111110 | 100010 | 10101 | 0 | 11001 | 11011001 | 100001 | 111110 |
Color Harmonies of #7D96BE
Complementary color
Monochromatic Colors of #7D96BE
Black with #7D96BE
Text Example
Text Example
White with #7D96BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D96BE; }
p { color: rgb(125,150,190); }
H1.HeaderClassName
{
color: #7D96BE;
}
.AnyTagClassName
{
color: #7D96BE;
}
</style>
background-color css
<style>
a { background-color: #7D96BE; }
a { background-color: rgb(125,150,190); }
div.DivClassName
{
background-color: #7D96BE;
}
.BgClassName
{
background-color: #7D96BE;
}
</style>
border-color css
<style>
span { border-color: #7D96BE; }
span { border-color: rgb(125,150,190); }
td.TdClassName
{
border-color: #7D96BE;
}
.TagClassName
{
border-color: #7D96BE;
}
</style>