Shades of Wild Blue Yonder #7D80BA
Tints of Wild Blue Yonder #7D80BA
RGB
CMYK
RGB Variations
Color information
#7D80BA (or 0x7D80BA) is known color: Wild Blue Yonder. HEX triplet: 7D, 80 and BA. RGB value is (125,128,186). Sum of RGB (Red+Green+Blue) = 125+128+186=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D80BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80BA is #827F45. Grayscale: #858585. Windows color (decimal): -8552262 or 12222589. OLE color: 12222589.
HSL color Cylindrical-coordinate representation of color #7D80BA: hue angle of 237.05º 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 #7D80BA is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 128 | 186 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.27 |
| HSL | 237.05º | 0.31% | 0.61% | - |
| HSV(B) | 237.05º | 0.33% | 0.73% | - |
| XYZ | 25.04 | 23.34 | 49.64 | - |
| YUV | 133.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 186 | 0.33 | 0.31 | 0 | 0.27 | 237.05 | 0.31 | 0.61 |
| Hex | 7D | 80 | BA | 21 | 1F | 0 | 1B | ED | 1F | 3D |
| Octal | 175 | 200 | 272 | 41 | 37 | 0 | 33 | 355 | 37 | 75 |
| Binary | 1111101 | 10000000 | 10111010 | 100001 | 11111 | 0 | 11011 | 11101101 | 11111 | 111101 |
Color Harmonies of #7D80BA
Complementary color
Monochromatic Colors of #7D80BA
Black with #7D80BA
Text Example
Text Example
White with #7D80BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80BA; }
p { color: rgb(125,128,186); }
H1.HeaderClassName
{
color: #7D80BA;
}
.AnyTagClassName
{
color: #7D80BA;
}
</style>
background-color css
<style>
a { background-color: #7D80BA; }
a { background-color: rgb(125,128,186); }
div.DivClassName
{
background-color: #7D80BA;
}
.BgClassName
{
background-color: #7D80BA;
}
</style>
border-color css
<style>
span { border-color: #7D80BA; }
span { border-color: rgb(125,128,186); }
td.TdClassName
{
border-color: #7D80BA;
}
.TagClassName
{
border-color: #7D80BA;
}
</style>