Shades of Wild Blue Yonder #7E87BB
Tints of Wild Blue Yonder #7E87BB
RGB
CMYK
RGB Variations
Color information
#7E87BB (or 0x7E87BB) is known color: Wild Blue Yonder. HEX triplet: 7E, 87 and BB. RGB value is (126,135,187). Sum of RGB (Red+Green+Blue) = 126+135+187=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E87BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E87BB is #817844. Grayscale: #8A8A8A. Windows color (decimal): -8484933 or 12289918. OLE color: 12289918.
HSL color Cylindrical-coordinate representation of color #7E87BB: hue angle of 231.15º 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 #7E87BB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 135 | 187 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.27 |
| HSL | 231.15º | 0.31% | 0.61% | - |
| HSV(B) | 231.15º | 0.33% | 0.73% | - |
| XYZ | 26.24 | 25.35 | 50.52 | - |
| YUV | 138.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 135 | 187 | 0.33 | 0.28 | 0 | 0.27 | 231.15 | 0.31 | 0.61 |
| Hex | 7E | 87 | BB | 21 | 1C | 0 | 1B | E7 | 1F | 3D |
| Octal | 176 | 207 | 273 | 41 | 34 | 0 | 33 | 347 | 37 | 75 |
| Binary | 1111110 | 10000111 | 10111011 | 100001 | 11100 | 0 | 11011 | 11100111 | 11111 | 111101 |
Color Harmonies of #7E87BB
Complementary color
Monochromatic Colors of #7E87BB
Black with #7E87BB
Text Example
Text Example
White with #7E87BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E87BB; }
p { color: rgb(126,135,187); }
H1.HeaderClassName
{
color: #7E87BB;
}
.AnyTagClassName
{
color: #7E87BB;
}
</style>
background-color css
<style>
a { background-color: #7E87BB; }
a { background-color: rgb(126,135,187); }
div.DivClassName
{
background-color: #7E87BB;
}
.BgClassName
{
background-color: #7E87BB;
}
</style>
border-color css
<style>
span { border-color: #7E87BB; }
span { border-color: rgb(126,135,187); }
td.TdClassName
{
border-color: #7E87BB;
}
.TagClassName
{
border-color: #7E87BB;
}
</style>