Shades of Wild Blue Yonder #7F8FBC
Tints of Wild Blue Yonder #7F8FBC
RGB
CMYK
RGB Variations
Color information
#7F8FBC (or 0x7F8FBC) is known color: Wild Blue Yonder. HEX triplet: 7F, 8F and BC. RGB value is (127,143,188). Sum of RGB (Red+Green+Blue) = 127+143+188=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F8FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8FBC is #807043. Grayscale: #8F8F8F. Windows color (decimal): -8417348 or 12357503. OLE color: 12357503.
HSL color Cylindrical-coordinate representation of color #7F8FBC: hue angle of 224.26º 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 #7F8FBC is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 143 | 188 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.26 |
| HSL | 224.26º | 0.31% | 0.62% | - |
| HSV(B) | 224.26º | 0.32% | 0.74% | - |
| XYZ | 27.65 | 27.79 | 51.48 | - |
| YUV | 143.35 | 153.2 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 143 | 188 | 0.32 | 0.24 | 0 | 0.26 | 224.26 | 0.31 | 0.62 |
| Hex | 7F | 8F | BC | 20 | 18 | 0 | 1A | E0 | 1F | 3E |
| Octal | 177 | 217 | 274 | 40 | 30 | 0 | 32 | 340 | 37 | 76 |
| Binary | 1111111 | 10001111 | 10111100 | 100000 | 11000 | 0 | 11010 | 11100000 | 11111 | 111110 |
Color Harmonies of #7F8FBC
Complementary color
Monochromatic Colors of #7F8FBC
Black with #7F8FBC
Text Example
Text Example
White with #7F8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8FBC; }
p { color: rgb(127,143,188); }
H1.HeaderClassName
{
color: #7F8FBC;
}
.AnyTagClassName
{
color: #7F8FBC;
}
</style>
background-color css
<style>
a { background-color: #7F8FBC; }
a { background-color: rgb(127,143,188); }
div.DivClassName
{
background-color: #7F8FBC;
}
.BgClassName
{
background-color: #7F8FBC;
}
</style>
border-color css
<style>
span { border-color: #7F8FBC; }
span { border-color: rgb(127,143,188); }
td.TdClassName
{
border-color: #7F8FBC;
}
.TagClassName
{
border-color: #7F8FBC;
}
</style>