Shades of Wild Blue Yonder #7F87BC
Tints of Wild Blue Yonder #7F87BC
RGB
CMYK
RGB Variations
Color information
#7F87BC (or 0x7F87BC) is known color: Wild Blue Yonder. HEX triplet: 7F, 87 and BC. RGB value is (127,135,188). Sum of RGB (Red+Green+Blue) = 127+135+188=450 (59% of max value = 765). Red value is 127 (50% from 255 or 28.22% from 450); Green value is 135 (53.12% from 255 or 30% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F87BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F87BC is #807843. Grayscale: #8A8A8A. Windows color (decimal): -8419396 or 12355455. OLE color: 12355455.
HSL color Cylindrical-coordinate representation of color #7F87BC: hue angle of 232.13º 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 #7F87BC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 135 | 188 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.26 |
| HSL | 232.13º | 0.31% | 0.62% | - |
| HSV(B) | 232.13º | 0.32% | 0.74% | - |
| XYZ | 26.49 | 25.47 | 51.1 | - |
| YUV | 138.65 | 155.85 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 188 | 0.32 | 0.28 | 0 | 0.26 | 232.13 | 0.31 | 0.62 |
| Hex | 7F | 87 | BC | 20 | 1C | 0 | 1A | E8 | 1F | 3E |
| Octal | 177 | 207 | 274 | 40 | 34 | 0 | 32 | 350 | 37 | 76 |
| Binary | 1111111 | 10000111 | 10111100 | 100000 | 11100 | 0 | 11010 | 11101000 | 11111 | 111110 |
Color Harmonies of #7F87BC
Complementary color
Monochromatic Colors of #7F87BC
Black with #7F87BC
Text Example
Text Example
White with #7F87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F87BC; }
p { color: rgb(127,135,188); }
H1.HeaderClassName
{
color: #7F87BC;
}
.AnyTagClassName
{
color: #7F87BC;
}
</style>
background-color css
<style>
a { background-color: #7F87BC; }
a { background-color: rgb(127,135,188); }
div.DivClassName
{
background-color: #7F87BC;
}
.BgClassName
{
background-color: #7F87BC;
}
</style>
border-color css
<style>
span { border-color: #7F87BC; }
span { border-color: rgb(127,135,188); }
td.TdClassName
{
border-color: #7F87BC;
}
.TagClassName
{
border-color: #7F87BC;
}
</style>