Shades of Wild Blue Yonder #7A85CD
Tints of Wild Blue Yonder #7A85CD
RGB
CMYK
RGB Variations
Color information
#7A85CD (or 0x7A85CD) is known color: Wild Blue Yonder. HEX triplet: 7A, 85 and CD. RGB value is (122,133,205). Sum of RGB (Red+Green+Blue) = 122+133+205=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A85CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85CD is #857A32. Grayscale: #898989. Windows color (decimal): -8747571 or 13469050. OLE color: 13469050.
HSL color Cylindrical-coordinate representation of color #7A85CD: hue angle of 232.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A85CD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 133 | 205 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.20 |
| HSL | 232.05º | 0.45% | 0.64% | - |
| HSV(B) | 232.05º | 0.4% | 0.8% | - |
| XYZ | 27.43 | 25.32 | 61.2 | - |
| YUV | 137.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 205 | 0.40 | 0.35 | 0 | 0.20 | 232.05 | 0.45 | 0.64 |
| Hex | 7A | 85 | CD | 28 | 23 | 0 | 14 | E8 | 2D | 40 |
| Octal | 172 | 205 | 315 | 50 | 43 | 0 | 24 | 350 | 55 | 100 |
| Binary | 1111010 | 10000101 | 11001101 | 101000 | 100011 | 0 | 10100 | 11101000 | 101101 | 1000000 |
Color Harmonies of #7A85CD
Complementary color
Monochromatic Colors of #7A85CD
Black with #7A85CD
Text Example
Text Example
White with #7A85CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85CD; }
p { color: rgb(122,133,205); }
H1.HeaderClassName
{
color: #7A85CD;
}
.AnyTagClassName
{
color: #7A85CD;
}
</style>
background-color css
<style>
a { background-color: #7A85CD; }
a { background-color: rgb(122,133,205); }
div.DivClassName
{
background-color: #7A85CD;
}
.BgClassName
{
background-color: #7A85CD;
}
</style>
border-color css
<style>
span { border-color: #7A85CD; }
span { border-color: rgb(122,133,205); }
td.TdClassName
{
border-color: #7A85CD;
}
.TagClassName
{
border-color: #7A85CD;
}
</style>