Shades of Wild Blue Yonder #7D8EBD
Tints of Wild Blue Yonder #7D8EBD
RGB
CMYK
RGB Variations
Color information
#7D8EBD (or 0x7D8EBD) is known color: Wild Blue Yonder. HEX triplet: 7D, 8E and BD. RGB value is (125,142,189). Sum of RGB (Red+Green+Blue) = 125+142+189=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D8EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8EBD is #827142. Grayscale: #8E8E8E. Windows color (decimal): -8548675 or 12422781. OLE color: 12422781.
HSL color Cylindrical-coordinate representation of color #7D8EBD: hue angle of 224.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D8EBD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 142 | 189 | - |
| CMYK | 0.34 | 0.25 | 0 | 0.26 |
| HSL | 224.06º | 0.33% | 0.62% | - |
| HSV(B) | 224.06º | 0.34% | 0.74% | - |
| XYZ | 27.32 | 27.38 | 51.99 | - |
| YUV | 142.28 | 154.37 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 142 | 189 | 0.34 | 0.25 | 0 | 0.26 | 224.06 | 0.33 | 0.62 |
| Hex | 7D | 8E | BD | 22 | 19 | 0 | 1A | E0 | 21 | 3E |
| Octal | 175 | 216 | 275 | 42 | 31 | 0 | 32 | 340 | 41 | 76 |
| Binary | 1111101 | 10001110 | 10111101 | 100010 | 11001 | 0 | 11010 | 11100000 | 100001 | 111110 |
Color Harmonies of #7D8EBD
Complementary color
Monochromatic Colors of #7D8EBD
Black with #7D8EBD
Text Example
Text Example
White with #7D8EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8EBD; }
p { color: rgb(125,142,189); }
H1.HeaderClassName
{
color: #7D8EBD;
}
.AnyTagClassName
{
color: #7D8EBD;
}
</style>
background-color css
<style>
a { background-color: #7D8EBD; }
a { background-color: rgb(125,142,189); }
div.DivClassName
{
background-color: #7D8EBD;
}
.BgClassName
{
background-color: #7D8EBD;
}
</style>
border-color css
<style>
span { border-color: #7D8EBD; }
span { border-color: rgb(125,142,189); }
td.TdClassName
{
border-color: #7D8EBD;
}
.TagClassName
{
border-color: #7D8EBD;
}
</style>