Shades of Wild Blue Yonder #7E96BF
Tints of Wild Blue Yonder #7E96BF
RGB
CMYK
RGB Variations
Color information
#7E96BF (or 0x7E96BF) is known color: Wild Blue Yonder. HEX triplet: 7E, 96 and BF. RGB value is (126,150,191). Sum of RGB (Red+Green+Blue) = 126+150+191=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E96BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E96BF is #816940. Grayscale: #939393. Windows color (decimal): -8481089 or 12555902. OLE color: 12555902.
HSL color Cylindrical-coordinate representation of color #7E96BF: hue angle of 217.85º degrees, saturation: 0.34, 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 #7E96BF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 150 | 191 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.25 |
| HSL | 217.85º | 0.34% | 0.62% | - |
| HSV(B) | 217.85º | 0.34% | 0.75% | - |
| XYZ | 28.91 | 30.01 | 53.56 | - |
| YUV | 147.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 150 | 191 | 0.34 | 0.21 | 0 | 0.25 | 217.85 | 0.34 | 0.62 |
| Hex | 7E | 96 | BF | 22 | 15 | 0 | 19 | DA | 22 | 3E |
| Octal | 176 | 226 | 277 | 42 | 25 | 0 | 31 | 332 | 42 | 76 |
| Binary | 1111110 | 10010110 | 10111111 | 100010 | 10101 | 0 | 11001 | 11011010 | 100010 | 111110 |
Color Harmonies of #7E96BF
Complementary color
Monochromatic Colors of #7E96BF
Black with #7E96BF
Text Example
Text Example
White with #7E96BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E96BF; }
p { color: rgb(126,150,191); }
H1.HeaderClassName
{
color: #7E96BF;
}
.AnyTagClassName
{
color: #7E96BF;
}
</style>
background-color css
<style>
a { background-color: #7E96BF; }
a { background-color: rgb(126,150,191); }
div.DivClassName
{
background-color: #7E96BF;
}
.BgClassName
{
background-color: #7E96BF;
}
</style>
border-color css
<style>
span { border-color: #7E96BF; }
span { border-color: rgb(126,150,191); }
td.TdClassName
{
border-color: #7E96BF;
}
.TagClassName
{
border-color: #7E96BF;
}
</style>