Shades of Wild Blue Yonder #7E83BC
Tints of Wild Blue Yonder #7E83BC
RGB
CMYK
RGB Variations
Color information
#7E83BC (or 0x7E83BC) is known color: Wild Blue Yonder. HEX triplet: 7E, 83 and BC. RGB value is (126,131,188). Sum of RGB (Red+Green+Blue) = 126+131+188=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E83BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E83BC is #817C43. Grayscale: #878787. Windows color (decimal): -8485956 or 12354430. OLE color: 12354430.
HSL color Cylindrical-coordinate representation of color #7E83BC: hue angle of 235.16º 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 #7E83BC is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 131 | 188 | - |
| CMYK | 0.33 | 0.30 | 0 | 0.26 |
| HSL | 235.16º | 0.32% | 0.62% | - |
| HSV(B) | 235.16º | 0.33% | 0.74% | - |
| XYZ | 25.8 | 24.3 | 50.91 | - |
| YUV | 136 | 157.34 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 188 | 0.33 | 0.30 | 0 | 0.26 | 235.16 | 0.32 | 0.62 |
| Hex | 7E | 83 | BC | 21 | 1E | 0 | 1A | EB | 20 | 3E |
| Octal | 176 | 203 | 274 | 41 | 36 | 0 | 32 | 353 | 40 | 76 |
| Binary | 1111110 | 10000011 | 10111100 | 100001 | 11110 | 0 | 11010 | 11101011 | 100000 | 111110 |
Color Harmonies of #7E83BC
Complementary color
Monochromatic Colors of #7E83BC
Black with #7E83BC
Text Example
Text Example
White with #7E83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E83BC; }
p { color: rgb(126,131,188); }
H1.HeaderClassName
{
color: #7E83BC;
}
.AnyTagClassName
{
color: #7E83BC;
}
</style>
background-color css
<style>
a { background-color: #7E83BC; }
a { background-color: rgb(126,131,188); }
div.DivClassName
{
background-color: #7E83BC;
}
.BgClassName
{
background-color: #7E83BC;
}
</style>
border-color css
<style>
span { border-color: #7E83BC; }
span { border-color: rgb(126,131,188); }
td.TdClassName
{
border-color: #7E83BC;
}
.TagClassName
{
border-color: #7E83BC;
}
</style>