Shades of Wild Blue Yonder #7F88BD
Tints of Wild Blue Yonder #7F88BD
RGB
CMYK
RGB Variations
Color information
#7F88BD (or 0x7F88BD) is known color: Wild Blue Yonder. HEX triplet: 7F, 88 and BD. RGB value is (127,136,189). Sum of RGB (Red+Green+Blue) = 127+136+189=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F88BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F88BD is #807742. Grayscale: #8B8B8B. Windows color (decimal): -8419139 or 12421247. OLE color: 12421247.
HSL color Cylindrical-coordinate representation of color #7F88BD: hue angle of 231.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F88BD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 136 | 189 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.26 |
| HSL | 231.29º | 0.32% | 0.62% | - |
| HSV(B) | 231.29º | 0.33% | 0.74% | - |
| XYZ | 26.74 | 25.79 | 51.71 | - |
| YUV | 139.35 | 156.02 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 189 | 0.33 | 0.28 | 0 | 0.26 | 231.29 | 0.32 | 0.62 |
| Hex | 7F | 88 | BD | 21 | 1C | 0 | 1A | E7 | 20 | 3E |
| Octal | 177 | 210 | 275 | 41 | 34 | 0 | 32 | 347 | 40 | 76 |
| Binary | 1111111 | 10001000 | 10111101 | 100001 | 11100 | 0 | 11010 | 11100111 | 100000 | 111110 |
Color Harmonies of #7F88BD
Complementary color
Monochromatic Colors of #7F88BD
Black with #7F88BD
Text Example
Text Example
White with #7F88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F88BD; }
p { color: rgb(127,136,189); }
H1.HeaderClassName
{
color: #7F88BD;
}
.AnyTagClassName
{
color: #7F88BD;
}
</style>
background-color css
<style>
a { background-color: #7F88BD; }
a { background-color: rgb(127,136,189); }
div.DivClassName
{
background-color: #7F88BD;
}
.BgClassName
{
background-color: #7F88BD;
}
</style>
border-color css
<style>
span { border-color: #7F88BD; }
span { border-color: rgb(127,136,189); }
td.TdClassName
{
border-color: #7F88BD;
}
.TagClassName
{
border-color: #7F88BD;
}
</style>