Shades of Wild Blue Yonder #7D8CBC
Tints of Wild Blue Yonder #7D8CBC
RGB
CMYK
RGB Variations
Color information
#7D8CBC (or 0x7D8CBC) is known color: Wild Blue Yonder. HEX triplet: 7D, 8C and BC. RGB value is (125,140,188). Sum of RGB (Red+Green+Blue) = 125+140+188=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D8CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CBC is #827343. Grayscale: #8C8C8C. Windows color (decimal): -8549188 or 12356733. OLE color: 12356733.
HSL color Cylindrical-coordinate representation of color #7D8CBC: hue angle of 225.71º 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 #7D8CBC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 140 | 188 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.26 |
| HSL | 225.71º | 0.32% | 0.61% | - |
| HSV(B) | 225.71º | 0.34% | 0.74% | - |
| XYZ | 26.91 | 26.75 | 51.32 | - |
| YUV | 140.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 140 | 188 | 0.34 | 0.26 | 0 | 0.26 | 225.71 | 0.32 | 0.61 |
| Hex | 7D | 8C | BC | 22 | 1A | 0 | 1A | E2 | 20 | 3D |
| Octal | 175 | 214 | 274 | 42 | 32 | 0 | 32 | 342 | 40 | 75 |
| Binary | 1111101 | 10001100 | 10111100 | 100010 | 11010 | 0 | 11010 | 11100010 | 100000 | 111101 |
Color Harmonies of #7D8CBC
Complementary color
Monochromatic Colors of #7D8CBC
Black with #7D8CBC
Text Example
Text Example
White with #7D8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8CBC; }
p { color: rgb(125,140,188); }
H1.HeaderClassName
{
color: #7D8CBC;
}
.AnyTagClassName
{
color: #7D8CBC;
}
</style>
background-color css
<style>
a { background-color: #7D8CBC; }
a { background-color: rgb(125,140,188); }
div.DivClassName
{
background-color: #7D8CBC;
}
.BgClassName
{
background-color: #7D8CBC;
}
</style>
border-color css
<style>
span { border-color: #7D8CBC; }
span { border-color: rgb(125,140,188); }
td.TdClassName
{
border-color: #7D8CBC;
}
.TagClassName
{
border-color: #7D8CBC;
}
</style>