Shades of Wild Blue Yonder #7F8CBC
Tints of Wild Blue Yonder #7F8CBC
RGB
CMYK
RGB Variations
Color information
#7F8CBC (or 0x7F8CBC) is known color: Wild Blue Yonder. HEX triplet: 7F, 8C and BC. RGB value is (127,140,188). Sum of RGB (Red+Green+Blue) = 127+140+188=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8CBC is #807343. Grayscale: #8D8D8D. Windows color (decimal): -8418116 or 12356735. OLE color: 12356735.
HSL color Cylindrical-coordinate representation of color #7F8CBC: hue angle of 227.21º 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 #7F8CBC is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 140 | 188 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.26 |
| HSL | 227.21º | 0.31% | 0.62% | - |
| HSV(B) | 227.21º | 0.32% | 0.74% | - |
| XYZ | 27.21 | 26.9 | 51.34 | - |
| YUV | 141.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 188 | 0.32 | 0.26 | 0 | 0.26 | 227.21 | 0.31 | 0.62 |
| Hex | 7F | 8C | BC | 20 | 1A | 0 | 1A | E3 | 1F | 3E |
| Octal | 177 | 214 | 274 | 40 | 32 | 0 | 32 | 343 | 37 | 76 |
| Binary | 1111111 | 10001100 | 10111100 | 100000 | 11010 | 0 | 11010 | 11100011 | 11111 | 111110 |
Color Harmonies of #7F8CBC
Complementary color
Monochromatic Colors of #7F8CBC
Black with #7F8CBC
Text Example
Text Example
White with #7F8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8CBC; }
p { color: rgb(127,140,188); }
H1.HeaderClassName
{
color: #7F8CBC;
}
.AnyTagClassName
{
color: #7F8CBC;
}
</style>
background-color css
<style>
a { background-color: #7F8CBC; }
a { background-color: rgb(127,140,188); }
div.DivClassName
{
background-color: #7F8CBC;
}
.BgClassName
{
background-color: #7F8CBC;
}
</style>
border-color css
<style>
span { border-color: #7F8CBC; }
span { border-color: rgb(127,140,188); }
td.TdClassName
{
border-color: #7F8CBC;
}
.TagClassName
{
border-color: #7F8CBC;
}
</style>