Shades of Wild Blue Yonder #7D88BC
Tints of Wild Blue Yonder #7D88BC
RGB
CMYK
RGB Variations
Color information
#7D88BC (or 0x7D88BC) is known color: Wild Blue Yonder. HEX triplet: 7D, 88 and BC. RGB value is (125,136,188). Sum of RGB (Red+Green+Blue) = 125+136+188=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D88BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D88BC is #827743. Grayscale: #8A8A8A. Windows color (decimal): -8550212 or 12355709. OLE color: 12355709.
HSL color Cylindrical-coordinate representation of color #7D88BC: hue angle of 229.52º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D88BC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 136 | 188 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.26 |
| HSL | 229.52º | 0.32% | 0.61% | - |
| HSV(B) | 229.52º | 0.34% | 0.74% | - |
| XYZ | 26.34 | 25.6 | 51.13 | - |
| YUV | 138.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 188 | 0.34 | 0.28 | 0 | 0.26 | 229.52 | 0.32 | 0.61 |
| Hex | 7D | 88 | BC | 22 | 1C | 0 | 1A | E6 | 20 | 3D |
| Octal | 175 | 210 | 274 | 42 | 34 | 0 | 32 | 346 | 40 | 75 |
| Binary | 1111101 | 10001000 | 10111100 | 100010 | 11100 | 0 | 11010 | 11100110 | 100000 | 111101 |
Color Harmonies of #7D88BC
Complementary color
Monochromatic Colors of #7D88BC
Black with #7D88BC
Text Example
Text Example
White with #7D88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D88BC; }
p { color: rgb(125,136,188); }
H1.HeaderClassName
{
color: #7D88BC;
}
.AnyTagClassName
{
color: #7D88BC;
}
</style>
background-color css
<style>
a { background-color: #7D88BC; }
a { background-color: rgb(125,136,188); }
div.DivClassName
{
background-color: #7D88BC;
}
.BgClassName
{
background-color: #7D88BC;
}
</style>
border-color css
<style>
span { border-color: #7D88BC; }
span { border-color: rgb(125,136,188); }
td.TdClassName
{
border-color: #7D88BC;
}
.TagClassName
{
border-color: #7D88BC;
}
</style>