Shades of Wild Blue Yonder #7D8DCA
Tints of Wild Blue Yonder #7D8DCA
RGB
CMYK
RGB Variations
Color information
#7D8DCA (or 0x7D8DCA) is known color: Wild Blue Yonder. HEX triplet: 7D, 8D and CA. RGB value is (125,141,202). Sum of RGB (Red+Green+Blue) = 125+141+202=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D8DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8DCA is #827235. Grayscale: #8E8E8E. Windows color (decimal): -8548918 or 13274493. OLE color: 13274493.
HSL color Cylindrical-coordinate representation of color #7D8DCA: hue angle of 227.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8DCA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 141 | 202 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.21 |
| HSL | 227.53º | 0.42% | 0.64% | - |
| HSV(B) | 227.53º | 0.38% | 0.79% | - |
| XYZ | 28.64 | 27.67 | 59.71 | - |
| YUV | 143.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 141 | 202 | 0.38 | 0.30 | 0 | 0.21 | 227.53 | 0.42 | 0.64 |
| Hex | 7D | 8D | CA | 26 | 1E | 0 | 15 | E4 | 2A | 40 |
| Octal | 175 | 215 | 312 | 46 | 36 | 0 | 25 | 344 | 52 | 100 |
| Binary | 1111101 | 10001101 | 11001010 | 100110 | 11110 | 0 | 10101 | 11100100 | 101010 | 1000000 |
Color Harmonies of #7D8DCA
Complementary color
Monochromatic Colors of #7D8DCA
Black with #7D8DCA
Text Example
Text Example
White with #7D8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8DCA; }
p { color: rgb(125,141,202); }
H1.HeaderClassName
{
color: #7D8DCA;
}
.AnyTagClassName
{
color: #7D8DCA;
}
</style>
background-color css
<style>
a { background-color: #7D8DCA; }
a { background-color: rgb(125,141,202); }
div.DivClassName
{
background-color: #7D8DCA;
}
.BgClassName
{
background-color: #7D8DCA;
}
</style>
border-color css
<style>
span { border-color: #7D8DCA; }
span { border-color: rgb(125,141,202); }
td.TdClassName
{
border-color: #7D8DCA;
}
.TagClassName
{
border-color: #7D8DCA;
}
</style>