Shades of Wild Blue Yonder #7C85CE
Tints of Wild Blue Yonder #7C85CE
RGB
CMYK
RGB Variations
Color information
#7C85CE (or 0x7C85CE) is known color: Wild Blue Yonder. HEX triplet: 7C, 85 and CE. RGB value is (124,133,206). Sum of RGB (Red+Green+Blue) = 124+133+206=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C85CE is #837A31. Grayscale: #8A8A8A. Windows color (decimal): -8616498 or 13534588. OLE color: 13534588.
HSL color Cylindrical-coordinate representation of color #7C85CE: hue angle of 233.41º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C85CE is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 133 | 206 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.19 |
| HSL | 233.41º | 0.46% | 0.65% | - |
| HSV(B) | 233.41º | 0.4% | 0.81% | - |
| XYZ | 27.84 | 25.52 | 61.85 | - |
| YUV | 138.63 | 166.02 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 206 | 0.40 | 0.35 | 0 | 0.19 | 233.41 | 0.46 | 0.65 |
| Hex | 7C | 85 | CE | 28 | 23 | 0 | 13 | E9 | 2E | 41 |
| Octal | 174 | 205 | 316 | 50 | 43 | 0 | 23 | 351 | 56 | 101 |
| Binary | 1111100 | 10000101 | 11001110 | 101000 | 100011 | 0 | 10011 | 11101001 | 101110 | 1000001 |
Color Harmonies of #7C85CE
Complementary color
Monochromatic Colors of #7C85CE
Black with #7C85CE
Text Example
Text Example
White with #7C85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C85CE; }
p { color: rgb(124,133,206); }
H1.HeaderClassName
{
color: #7C85CE;
}
.AnyTagClassName
{
color: #7C85CE;
}
</style>
background-color css
<style>
a { background-color: #7C85CE; }
a { background-color: rgb(124,133,206); }
div.DivClassName
{
background-color: #7C85CE;
}
.BgClassName
{
background-color: #7C85CE;
}
</style>
border-color css
<style>
span { border-color: #7C85CE; }
span { border-color: rgb(124,133,206); }
td.TdClassName
{
border-color: #7C85CE;
}
.TagClassName
{
border-color: #7C85CE;
}
</style>