Shades of Wild Blue Yonder #7E97BD
Tints of Wild Blue Yonder #7E97BD
RGB
CMYK
RGB Variations
Color information
#7E97BD (or 0x7E97BD) is known color: Wild Blue Yonder. HEX triplet: 7E, 97 and BD. RGB value is (126,151,189). Sum of RGB (Red+Green+Blue) = 126+151+189=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E97BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E97BD is #816842. Grayscale: #939393. Windows color (decimal): -8480835 or 12425086. OLE color: 12425086.
HSL color Cylindrical-coordinate representation of color #7E97BD: hue angle of 216.19º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E97BD is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 151 | 189 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.26 |
| HSL | 216.19º | 0.32% | 0.62% | - |
| HSV(B) | 216.19º | 0.33% | 0.74% | - |
| XYZ | 28.86 | 30.24 | 52.46 | - |
| YUV | 147.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 151 | 189 | 0.33 | 0.20 | 0 | 0.26 | 216.19 | 0.32 | 0.62 |
| Hex | 7E | 97 | BD | 21 | 14 | 0 | 1A | D8 | 20 | 3E |
| Octal | 176 | 227 | 275 | 41 | 24 | 0 | 32 | 330 | 40 | 76 |
| Binary | 1111110 | 10010111 | 10111101 | 100001 | 10100 | 0 | 11010 | 11011000 | 100000 | 111110 |
Color Harmonies of #7E97BD
Complementary color
Monochromatic Colors of #7E97BD
Black with #7E97BD
Text Example
Text Example
White with #7E97BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E97BD; }
p { color: rgb(126,151,189); }
H1.HeaderClassName
{
color: #7E97BD;
}
.AnyTagClassName
{
color: #7E97BD;
}
</style>
background-color css
<style>
a { background-color: #7E97BD; }
a { background-color: rgb(126,151,189); }
div.DivClassName
{
background-color: #7E97BD;
}
.BgClassName
{
background-color: #7E97BD;
}
</style>
border-color css
<style>
span { border-color: #7E97BD; }
span { border-color: rgb(126,151,189); }
td.TdClassName
{
border-color: #7E97BD;
}
.TagClassName
{
border-color: #7E97BD;
}
</style>