Shades of Wild Blue Yonder #7A85CF
Tints of Wild Blue Yonder #7A85CF
RGB
CMYK
RGB Variations
Color information
#7A85CF (or 0x7A85CF) is known color: Wild Blue Yonder. HEX triplet: 7A, 85 and CF. RGB value is (122,133,207). Sum of RGB (Red+Green+Blue) = 122+133+207=462 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.41% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A85CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85CF is #857A30. Grayscale: #898989. Windows color (decimal): -8747569 or 13600122. OLE color: 13600122.
HSL color Cylindrical-coordinate representation of color #7A85CF: hue angle of 232.24º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A85CF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 133 | 207 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.19 |
| HSL | 232.24º | 0.47% | 0.65% | - |
| HSV(B) | 232.24º | 0.41% | 0.81% | - |
| XYZ | 27.68 | 25.42 | 62.48 | - |
| YUV | 138.15 | 166.86 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 207 | 0.41 | 0.36 | 0 | 0.19 | 232.24 | 0.47 | 0.65 |
| Hex | 7A | 85 | CF | 29 | 24 | 0 | 13 | E8 | 2F | 41 |
| Octal | 172 | 205 | 317 | 51 | 44 | 0 | 23 | 350 | 57 | 101 |
| Binary | 1111010 | 10000101 | 11001111 | 101001 | 100100 | 0 | 10011 | 11101000 | 101111 | 1000001 |
Color Harmonies of #7A85CF
Complementary color
Monochromatic Colors of #7A85CF
Black with #7A85CF
Text Example
Text Example
White with #7A85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85CF; }
p { color: rgb(122,133,207); }
H1.HeaderClassName
{
color: #7A85CF;
}
.AnyTagClassName
{
color: #7A85CF;
}
</style>
background-color css
<style>
a { background-color: #7A85CF; }
a { background-color: rgb(122,133,207); }
div.DivClassName
{
background-color: #7A85CF;
}
.BgClassName
{
background-color: #7A85CF;
}
</style>
border-color css
<style>
span { border-color: #7A85CF; }
span { border-color: rgb(122,133,207); }
td.TdClassName
{
border-color: #7A85CF;
}
.TagClassName
{
border-color: #7A85CF;
}
</style>