Shades of Wild Blue Yonder #7E80BB
Tints of Wild Blue Yonder #7E80BB
RGB
CMYK
RGB Variations
Color information
#7E80BB (or 0x7E80BB) is known color: Wild Blue Yonder. HEX triplet: 7E, 80 and BB. RGB value is (126,128,187). Sum of RGB (Red+Green+Blue) = 126+128+187=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E80BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80BB is #817F44. Grayscale: #858585. Windows color (decimal): -8486725 or 12288126. OLE color: 12288126.
HSL color Cylindrical-coordinate representation of color #7E80BB: hue angle of 238.03º 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 #7E80BB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 128 | 187 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.27 |
| HSL | 238.03º | 0.31% | 0.61% | - |
| HSV(B) | 238.03º | 0.33% | 0.73% | - |
| XYZ | 25.29 | 23.46 | 50.21 | - |
| YUV | 134.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 128 | 187 | 0.33 | 0.32 | 0 | 0.27 | 238.03 | 0.31 | 0.61 |
| Hex | 7E | 80 | BB | 21 | 20 | 0 | 1B | EE | 1F | 3D |
| Octal | 176 | 200 | 273 | 41 | 40 | 0 | 33 | 356 | 37 | 75 |
| Binary | 1111110 | 10000000 | 10111011 | 100001 | 100000 | 0 | 11011 | 11101110 | 11111 | 111101 |
Color Harmonies of #7E80BB
Complementary color
Monochromatic Colors of #7E80BB
Black with #7E80BB
Text Example
Text Example
White with #7E80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E80BB; }
p { color: rgb(126,128,187); }
H1.HeaderClassName
{
color: #7E80BB;
}
.AnyTagClassName
{
color: #7E80BB;
}
</style>
background-color css
<style>
a { background-color: #7E80BB; }
a { background-color: rgb(126,128,187); }
div.DivClassName
{
background-color: #7E80BB;
}
.BgClassName
{
background-color: #7E80BB;
}
</style>
border-color css
<style>
span { border-color: #7E80BB; }
span { border-color: rgb(126,128,187); }
td.TdClassName
{
border-color: #7E80BB;
}
.TagClassName
{
border-color: #7E80BB;
}
</style>