Shades of Wild Blue Yonder #7E97BB
Tints of Wild Blue Yonder #7E97BB
RGB
CMYK
RGB Variations
Color information
#7E97BB (or 0x7E97BB) is known color: Wild Blue Yonder. HEX triplet: 7E, 97 and BB. RGB value is (126,151,187). Sum of RGB (Red+Green+Blue) = 126+151+187=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E97BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E97BB is #816844. Grayscale: #939393. Windows color (decimal): -8480837 or 12294014. OLE color: 12294014.
HSL color Cylindrical-coordinate representation of color #7E97BB: hue angle of 215.41º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E97BB is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 151 | 187 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.27 |
| HSL | 215.41º | 0.31% | 0.61% | - |
| HSV(B) | 215.41º | 0.33% | 0.73% | - |
| XYZ | 28.64 | 30.16 | 51.33 | - |
| YUV | 147.63 | 150.22 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 151 | 187 | 0.33 | 0.19 | 0 | 0.27 | 215.41 | 0.31 | 0.61 |
| Hex | 7E | 97 | BB | 21 | 13 | 0 | 1B | D7 | 1F | 3D |
| Octal | 176 | 227 | 273 | 41 | 23 | 0 | 33 | 327 | 37 | 75 |
| Binary | 1111110 | 10010111 | 10111011 | 100001 | 10011 | 0 | 11011 | 11010111 | 11111 | 111101 |
Color Harmonies of #7E97BB
Complementary color
Monochromatic Colors of #7E97BB
Black with #7E97BB
Text Example
Text Example
White with #7E97BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E97BB; }
p { color: rgb(126,151,187); }
H1.HeaderClassName
{
color: #7E97BB;
}
.AnyTagClassName
{
color: #7E97BB;
}
</style>
background-color css
<style>
a { background-color: #7E97BB; }
a { background-color: rgb(126,151,187); }
div.DivClassName
{
background-color: #7E97BB;
}
.BgClassName
{
background-color: #7E97BB;
}
</style>
border-color css
<style>
span { border-color: #7E97BB; }
span { border-color: rgb(126,151,187); }
td.TdClassName
{
border-color: #7E97BB;
}
.TagClassName
{
border-color: #7E97BB;
}
</style>