Shades of Wild Blue Yonder #7A85CE
Tints of Wild Blue Yonder #7A85CE
RGB
CMYK
RGB Variations
Color information
#7A85CE (or 0x7A85CE) is known color: Wild Blue Yonder. HEX triplet: 7A, 85 and CE. RGB value is (122,133,206). Sum of RGB (Red+Green+Blue) = 122+133+206=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 133 (52.34% from 255 or 28.85% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85CE is #857A31. Grayscale: #898989. Windows color (decimal): -8747570 or 13534586. OLE color: 13534586.
HSL color Cylindrical-coordinate representation of color #7A85CE: hue angle of 232.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A85CE is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 133 | 206 | - |
| CMYK | 0.41 | 0.35 | 0 | 0.19 |
| HSL | 232.14º | 0.46% | 0.64% | - |
| HSV(B) | 232.14º | 0.41% | 0.81% | - |
| XYZ | 27.55 | 25.37 | 61.84 | - |
| YUV | 138.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 206 | 0.41 | 0.35 | 0 | 0.19 | 232.14 | 0.46 | 0.64 |
| Hex | 7A | 85 | CE | 29 | 23 | 0 | 13 | E8 | 2E | 40 |
| Octal | 172 | 205 | 316 | 51 | 43 | 0 | 23 | 350 | 56 | 100 |
| Binary | 1111010 | 10000101 | 11001110 | 101001 | 100011 | 0 | 10011 | 11101000 | 101110 | 1000000 |
Color Harmonies of #7A85CE
Complementary color
Monochromatic Colors of #7A85CE
Black with #7A85CE
Text Example
Text Example
White with #7A85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85CE; }
p { color: rgb(122,133,206); }
H1.HeaderClassName
{
color: #7A85CE;
}
.AnyTagClassName
{
color: #7A85CE;
}
</style>
background-color css
<style>
a { background-color: #7A85CE; }
a { background-color: rgb(122,133,206); }
div.DivClassName
{
background-color: #7A85CE;
}
.BgClassName
{
background-color: #7A85CE;
}
</style>
border-color css
<style>
span { border-color: #7A85CE; }
span { border-color: rgb(122,133,206); }
td.TdClassName
{
border-color: #7A85CE;
}
.TagClassName
{
border-color: #7A85CE;
}
</style>