Shades of Wild Blue Yonder #7F8DBB
Tints of Wild Blue Yonder #7F8DBB
RGB
CMYK
RGB Variations
Color information
#7F8DBB (or 0x7F8DBB) is known color: Wild Blue Yonder. HEX triplet: 7F, 8D and BB. RGB value is (127,141,187). Sum of RGB (Red+Green+Blue) = 127+141+187=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #7F8DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DBB is #807244. Grayscale: #8D8D8D. Windows color (decimal): -8417861 or 12291455. OLE color: 12291455.
HSL color Cylindrical-coordinate representation of color #7F8DBB: hue angle of 226º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F8DBB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 141 | 187 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.27 |
| HSL | 226º | 0.31% | 0.62% | - |
| HSV(B) | 226º | 0.32% | 0.73% | - |
| XYZ | 27.25 | 27.15 | 50.82 | - |
| YUV | 142.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 187 | 0.32 | 0.25 | 0 | 0.27 | 226 | 0.31 | 0.62 |
| Hex | 7F | 8D | BB | 20 | 19 | 0 | 1B | E2 | 1F | 3E |
| Octal | 177 | 215 | 273 | 40 | 31 | 0 | 33 | 342 | 37 | 76 |
| Binary | 1111111 | 10001101 | 10111011 | 100000 | 11001 | 0 | 11011 | 11100010 | 11111 | 111110 |
Color Harmonies of #7F8DBB
Complementary color
Monochromatic Colors of #7F8DBB
Black with #7F8DBB
Text Example
Text Example
White with #7F8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8DBB; }
p { color: rgb(127,141,187); }
H1.HeaderClassName
{
color: #7F8DBB;
}
.AnyTagClassName
{
color: #7F8DBB;
}
</style>
background-color css
<style>
a { background-color: #7F8DBB; }
a { background-color: rgb(127,141,187); }
div.DivClassName
{
background-color: #7F8DBB;
}
.BgClassName
{
background-color: #7F8DBB;
}
</style>
border-color css
<style>
span { border-color: #7F8DBB; }
span { border-color: rgb(127,141,187); }
td.TdClassName
{
border-color: #7F8DBB;
}
.TagClassName
{
border-color: #7F8DBB;
}
</style>