Shades of Wild Blue Yonder #7C85CC
Tints of Wild Blue Yonder #7C85CC
RGB
CMYK
RGB Variations
Color information
#7C85CC (or 0x7C85CC) is known color: Wild Blue Yonder. HEX triplet: 7C, 85 and CC. RGB value is (124,133,204). Sum of RGB (Red+Green+Blue) = 124+133+204=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C85CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C85CC is #837A33. Grayscale: #8A8A8A. Windows color (decimal): -8616500 or 13403516. OLE color: 13403516.
HSL color Cylindrical-coordinate representation of color #7C85CC: hue angle of 233.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C85CC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 133 | 204 | - |
| CMYK | 0.39 | 0.35 | 0 | 0.2 |
| HSL | 233.25º | 0.44% | 0.64% | - |
| HSV(B) | 233.25º | 0.39% | 0.8% | - |
| XYZ | 27.6 | 25.42 | 60.58 | - |
| YUV | 138.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 204 | 0.39 | 0.35 | 0 | 0.2 | 233.25 | 0.44 | 0.64 |
| Hex | 7C | 85 | CC | 27 | 23 | 0 | 14 | E9 | 2C | 40 |
| Octal | 174 | 205 | 314 | 47 | 43 | 0 | 24 | 351 | 54 | 100 |
| Binary | 1111100 | 10000101 | 11001100 | 100111 | 100011 | 0 | 10100 | 11101001 | 101100 | 1000000 |
Color Harmonies of #7C85CC
Complementary color
Monochromatic Colors of #7C85CC
Black with #7C85CC
Text Example
Text Example
White with #7C85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C85CC; }
p { color: rgb(124,133,204); }
H1.HeaderClassName
{
color: #7C85CC;
}
.AnyTagClassName
{
color: #7C85CC;
}
</style>
background-color css
<style>
a { background-color: #7C85CC; }
a { background-color: rgb(124,133,204); }
div.DivClassName
{
background-color: #7C85CC;
}
.BgClassName
{
background-color: #7C85CC;
}
</style>
border-color css
<style>
span { border-color: #7C85CC; }
span { border-color: rgb(124,133,204); }
td.TdClassName
{
border-color: #7C85CC;
}
.TagClassName
{
border-color: #7C85CC;
}
</style>