Shades of Wild Blue Yonder #7D85C4
Tints of Wild Blue Yonder #7D85C4
RGB
CMYK
RGB Variations
Color information
#7D85C4 (or 0x7D85C4) is known color: Wild Blue Yonder. HEX triplet: 7D, 85 and C4. RGB value is (125,133,196). Sum of RGB (Red+Green+Blue) = 125+133+196=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D85C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D85C4 is #827A3B. Grayscale: #898989. Windows color (decimal): -8550972 or 12879229. OLE color: 12879229.
HSL color Cylindrical-coordinate representation of color #7D85C4: hue angle of 233.24º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D85C4 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 133 | 196 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.23 |
| HSL | 233.24º | 0.38% | 0.63% | - |
| HSV(B) | 233.24º | 0.36% | 0.77% | - |
| XYZ | 26.81 | 25.12 | 55.66 | - |
| YUV | 137.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 196 | 0.36 | 0.32 | 0 | 0.23 | 233.24 | 0.38 | 0.63 |
| Hex | 7D | 85 | C4 | 24 | 20 | 0 | 17 | E9 | 26 | 3F |
| Octal | 175 | 205 | 304 | 44 | 40 | 0 | 27 | 351 | 46 | 77 |
| Binary | 1111101 | 10000101 | 11000100 | 100100 | 100000 | 0 | 10111 | 11101001 | 100110 | 111111 |
Color Harmonies of #7D85C4
Complementary color
Monochromatic Colors of #7D85C4
Black with #7D85C4
Text Example
Text Example
White with #7D85C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D85C4; }
p { color: rgb(125,133,196); }
H1.HeaderClassName
{
color: #7D85C4;
}
.AnyTagClassName
{
color: #7D85C4;
}
</style>
background-color css
<style>
a { background-color: #7D85C4; }
a { background-color: rgb(125,133,196); }
div.DivClassName
{
background-color: #7D85C4;
}
.BgClassName
{
background-color: #7D85C4;
}
</style>
border-color css
<style>
span { border-color: #7D85C4; }
span { border-color: rgb(125,133,196); }
td.TdClassName
{
border-color: #7D85C4;
}
.TagClassName
{
border-color: #7D85C4;
}
</style>