Shades of Wild Blue Yonder #7D80BB
Tints of Wild Blue Yonder #7D80BB
RGB
CMYK
RGB Variations
Color information
#7D80BB (or 0x7D80BB) is known color: Wild Blue Yonder. HEX triplet: 7D, 80 and BB. RGB value is (125,128,187). Sum of RGB (Red+Green+Blue) = 125+128+187=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D80BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80BB is #827F44. Grayscale: #858585. Windows color (decimal): -8552261 or 12288125. OLE color: 12288125.
HSL color Cylindrical-coordinate representation of color #7D80BB: hue angle of 237.1º 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 #7D80BB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 128 | 187 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.27 |
| HSL | 237.1º | 0.31% | 0.61% | - |
| HSV(B) | 237.1º | 0.33% | 0.73% | - |
| XYZ | 25.15 | 23.39 | 50.2 | - |
| YUV | 133.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 128 | 187 | 0.33 | 0.32 | 0 | 0.27 | 237.1 | 0.31 | 0.61 |
| Hex | 7D | 80 | BB | 21 | 20 | 0 | 1B | ED | 1F | 3D |
| Octal | 175 | 200 | 273 | 41 | 40 | 0 | 33 | 355 | 37 | 75 |
| Binary | 1111101 | 10000000 | 10111011 | 100001 | 100000 | 0 | 11011 | 11101101 | 11111 | 111101 |
Color Harmonies of #7D80BB
Complementary color
Monochromatic Colors of #7D80BB
Black with #7D80BB
Text Example
Text Example
White with #7D80BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D80BB; }
p { color: rgb(125,128,187); }
H1.HeaderClassName
{
color: #7D80BB;
}
.AnyTagClassName
{
color: #7D80BB;
}
</style>
background-color css
<style>
a { background-color: #7D80BB; }
a { background-color: rgb(125,128,187); }
div.DivClassName
{
background-color: #7D80BB;
}
.BgClassName
{
background-color: #7D80BB;
}
</style>
border-color css
<style>
span { border-color: #7D80BB; }
span { border-color: rgb(125,128,187); }
td.TdClassName
{
border-color: #7D80BB;
}
.TagClassName
{
border-color: #7D80BB;
}
</style>