Shades of Wild Blue Yonder #7D8BBC
Tints of Wild Blue Yonder #7D8BBC
RGB
CMYK
RGB Variations
Color information
#7D8BBC (or 0x7D8BBC) is known color: Wild Blue Yonder. HEX triplet: 7D, 8B and BC. RGB value is (125,139,188). Sum of RGB (Red+Green+Blue) = 125+139+188=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8BBC is #827443. Grayscale: #8C8C8C. Windows color (decimal): -8549444 or 12356477. OLE color: 12356477.
HSL color Cylindrical-coordinate representation of color #7D8BBC: hue angle of 226.67º 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 #7D8BBC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 139 | 188 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.26 |
| HSL | 226.67º | 0.32% | 0.61% | - |
| HSV(B) | 226.67º | 0.34% | 0.74% | - |
| XYZ | 26.77 | 26.46 | 51.27 | - |
| YUV | 140.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 139 | 188 | 0.34 | 0.26 | 0 | 0.26 | 226.67 | 0.32 | 0.61 |
| Hex | 7D | 8B | BC | 22 | 1A | 0 | 1A | E3 | 20 | 3D |
| Octal | 175 | 213 | 274 | 42 | 32 | 0 | 32 | 343 | 40 | 75 |
| Binary | 1111101 | 10001011 | 10111100 | 100010 | 11010 | 0 | 11010 | 11100011 | 100000 | 111101 |
Color Harmonies of #7D8BBC
Complementary color
Monochromatic Colors of #7D8BBC
Black with #7D8BBC
Text Example
Text Example
White with #7D8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8BBC; }
p { color: rgb(125,139,188); }
H1.HeaderClassName
{
color: #7D8BBC;
}
.AnyTagClassName
{
color: #7D8BBC;
}
</style>
background-color css
<style>
a { background-color: #7D8BBC; }
a { background-color: rgb(125,139,188); }
div.DivClassName
{
background-color: #7D8BBC;
}
.BgClassName
{
background-color: #7D8BBC;
}
</style>
border-color css
<style>
span { border-color: #7D8BBC; }
span { border-color: rgb(125,139,188); }
td.TdClassName
{
border-color: #7D8BBC;
}
.TagClassName
{
border-color: #7D8BBC;
}
</style>