Shades of Wild Blue Yonder #7D8ACD
Tints of Wild Blue Yonder #7D8ACD
RGB
CMYK
RGB Variations
Color information
#7D8ACD (or 0x7D8ACD) is known color: Wild Blue Yonder. HEX triplet: 7D, 8A and CD. RGB value is (125,138,205). Sum of RGB (Red+Green+Blue) = 125+138+205=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D8ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ACD is #827532. Grayscale: #8D8D8D. Windows color (decimal): -8549683 or 13470333. OLE color: 13470333.
HSL color Cylindrical-coordinate representation of color #7D8ACD: hue angle of 230.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8ACD is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 138 | 205 | - |
| CMYK | 0.39 | 0.33 | 0 | 0.20 |
| HSL | 230.25º | 0.44% | 0.65% | - |
| HSV(B) | 230.25º | 0.39% | 0.8% | - |
| XYZ | 28.57 | 26.94 | 61.45 | - |
| YUV | 141.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 138 | 205 | 0.39 | 0.33 | 0 | 0.20 | 230.25 | 0.44 | 0.65 |
| Hex | 7D | 8A | CD | 27 | 21 | 0 | 14 | E6 | 2C | 41 |
| Octal | 175 | 212 | 315 | 47 | 41 | 0 | 24 | 346 | 54 | 101 |
| Binary | 1111101 | 10001010 | 11001101 | 100111 | 100001 | 0 | 10100 | 11100110 | 101100 | 1000001 |
Color Harmonies of #7D8ACD
Complementary color
Monochromatic Colors of #7D8ACD
Black with #7D8ACD
Text Example
Text Example
White with #7D8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8ACD; }
p { color: rgb(125,138,205); }
H1.HeaderClassName
{
color: #7D8ACD;
}
.AnyTagClassName
{
color: #7D8ACD;
}
</style>
background-color css
<style>
a { background-color: #7D8ACD; }
a { background-color: rgb(125,138,205); }
div.DivClassName
{
background-color: #7D8ACD;
}
.BgClassName
{
background-color: #7D8ACD;
}
</style>
border-color css
<style>
span { border-color: #7D8ACD; }
span { border-color: rgb(125,138,205); }
td.TdClassName
{
border-color: #7D8ACD;
}
.TagClassName
{
border-color: #7D8ACD;
}
</style>