Shades of Wild Blue Yonder #7F8DBC
Tints of Wild Blue Yonder #7F8DBC
RGB
CMYK
RGB Variations
Color information
#7F8DBC (or 0x7F8DBC) is known color: Wild Blue Yonder. HEX triplet: 7F, 8D and BC. RGB value is (127,141,188). Sum of RGB (Red+Green+Blue) = 127+141+188=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F8DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8DBC is #807243. Grayscale: #8D8D8D. Windows color (decimal): -8417860 or 12356991. OLE color: 12356991.
HSL color Cylindrical-coordinate representation of color #7F8DBC: hue angle of 226.23º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F8DBC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 141 | 188 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.26 |
| HSL | 226.23º | 0.31% | 0.62% | - |
| HSV(B) | 226.23º | 0.32% | 0.74% | - |
| XYZ | 27.35 | 27.19 | 51.38 | - |
| YUV | 142.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 141 | 188 | 0.32 | 0.25 | 0 | 0.26 | 226.23 | 0.31 | 0.62 |
| Hex | 7F | 8D | BC | 20 | 19 | 0 | 1A | E2 | 1F | 3E |
| Octal | 177 | 215 | 274 | 40 | 31 | 0 | 32 | 342 | 37 | 76 |
| Binary | 1111111 | 10001101 | 10111100 | 100000 | 11001 | 0 | 11010 | 11100010 | 11111 | 111110 |
Color Harmonies of #7F8DBC
Complementary color
Monochromatic Colors of #7F8DBC
Black with #7F8DBC
Text Example
Text Example
White with #7F8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8DBC; }
p { color: rgb(127,141,188); }
H1.HeaderClassName
{
color: #7F8DBC;
}
.AnyTagClassName
{
color: #7F8DBC;
}
</style>
background-color css
<style>
a { background-color: #7F8DBC; }
a { background-color: rgb(127,141,188); }
div.DivClassName
{
background-color: #7F8DBC;
}
.BgClassName
{
background-color: #7F8DBC;
}
</style>
border-color css
<style>
span { border-color: #7F8DBC; }
span { border-color: rgb(127,141,188); }
td.TdClassName
{
border-color: #7F8DBC;
}
.TagClassName
{
border-color: #7F8DBC;
}
</style>