Shades of Wild Blue Yonder #7F80B1
Tints of Wild Blue Yonder #7F80B1
RGB
CMYK
RGB Variations
Color information
#7F80B1 (or 0x7F80B1) is known color: Wild Blue Yonder. HEX triplet: 7F, 80 and B1. RGB value is (127,128,177). Sum of RGB (Red+Green+Blue) = 127+128+177=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #7F80B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F80B1 is #807F4E. Grayscale: #858585. Windows color (decimal): -8421199 or 11632767. OLE color: 11632767.
HSL color Cylindrical-coordinate representation of color #7F80B1: hue angle of 238.8º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7F80B1 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 128 | 177 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.31 |
| HSL | 238.8º | 0.24% | 0.6% | - |
| HSV(B) | 238.8º | 0.28% | 0.69% | - |
| XYZ | 24.41 | 23.12 | 44.77 | - |
| YUV | 133.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 177 | 0.28 | 0.28 | 0 | 0.31 | 238.8 | 0.24 | 0.6 |
| Hex | 7F | 80 | B1 | 1C | 1C | 0 | 1F | EF | 18 | 3C |
| Octal | 177 | 200 | 261 | 34 | 34 | 0 | 37 | 357 | 30 | 74 |
| Binary | 1111111 | 10000000 | 10110001 | 11100 | 11100 | 0 | 11111 | 11101111 | 11000 | 111100 |
Color Harmonies of #7F80B1
Complementary color
Monochromatic Colors of #7F80B1
Black with #7F80B1
Text Example
Text Example
White with #7F80B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F80B1; }
p { color: rgb(127,128,177); }
H1.HeaderClassName
{
color: #7F80B1;
}
.AnyTagClassName
{
color: #7F80B1;
}
</style>
background-color css
<style>
a { background-color: #7F80B1; }
a { background-color: rgb(127,128,177); }
div.DivClassName
{
background-color: #7F80B1;
}
.BgClassName
{
background-color: #7F80B1;
}
</style>
border-color css
<style>
span { border-color: #7F80B1; }
span { border-color: rgb(127,128,177); }
td.TdClassName
{
border-color: #7F80B1;
}
.TagClassName
{
border-color: #7F80B1;
}
</style>