Shades of Wild Blue Yonder #7D8CC3
Tints of Wild Blue Yonder #7D8CC3
RGB
CMYK
RGB Variations
Color information
#7D8CC3 (or 0x7D8CC3) is known color: Wild Blue Yonder. HEX triplet: 7D, 8C and C3. RGB value is (125,140,195). Sum of RGB (Red+Green+Blue) = 125+140+195=460 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.17% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 195 (76.56% from 255 or 42.39% from 460); Max value from RGB is 195 - color contains mainly: blue. Hex color #7D8CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CC3 is #82733C. Grayscale: #8D8D8D. Windows color (decimal): -8549181 or 12815485. OLE color: 12815485.
HSL color Cylindrical-coordinate representation of color #7D8CC3: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D8CC3 is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 140 | 195 | - |
| CMYK | 0.36 | 0.28 | 0 | 0.24 |
| HSL | 227.14º | 0.37% | 0.63% | - |
| HSV(B) | 227.14º | 0.36% | 0.76% | - |
| XYZ | 27.69 | 27.06 | 55.39 | - |
| YUV | 141.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 195 | 0.36 | 0.28 | 0 | 0.24 | 227.14 | 0.37 | 0.63 |
| Hex | 7D | 8C | C3 | 24 | 1C | 0 | 18 | E3 | 25 | 3F |
| Octal | 175 | 214 | 303 | 44 | 34 | 0 | 30 | 343 | 45 | 77 |
| Binary | 1111101 | 10001100 | 11000011 | 100100 | 11100 | 0 | 11000 | 11100011 | 100101 | 111111 |
Color Harmonies of #7D8CC3
Complementary color
Monochromatic Colors of #7D8CC3
Black with #7D8CC3
Text Example
Text Example
White with #7D8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CC3; }
p { color: rgb(125,140,195); }
H1.HeaderClassName
{
color: #7D8CC3;
}
.AnyTagClassName
{
color: #7D8CC3;
}
</style>
background-color css
<style>
a { background-color: #7D8CC3; }
a { background-color: rgb(125,140,195); }
div.DivClassName
{
background-color: #7D8CC3;
}
.BgClassName
{
background-color: #7D8CC3;
}
</style>
border-color css
<style>
span { border-color: #7D8CC3; }
span { border-color: rgb(125,140,195); }
td.TdClassName
{
border-color: #7D8CC3;
}
.TagClassName
{
border-color: #7D8CC3;
}
</style>