Shades of Wild Blue Yonder #7A8CCE
Tints of Wild Blue Yonder #7A8CCE
RGB
CMYK
RGB Variations
Color information
#7A8CCE (or 0x7A8CCE) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and CE. RGB value is (122,140,206). Sum of RGB (Red+Green+Blue) = 122+140+206=468 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.07% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A8CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CCE is #857331. Grayscale: #8D8D8D. Windows color (decimal): -8745778 or 13536378. OLE color: 13536378.
HSL color Cylindrical-coordinate representation of color #7A8CCE: hue angle of 227.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 #7A8CCE is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 140 | 206 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.19 |
| HSL | 227.14º | 0.46% | 0.64% | - |
| HSV(B) | 227.14º | 0.41% | 0.81% | - |
| XYZ | 28.54 | 27.35 | 62.17 | - |
| YUV | 142.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 206 | 0.41 | 0.32 | 0 | 0.19 | 227.14 | 0.46 | 0.64 |
| Hex | 7A | 8C | CE | 29 | 20 | 0 | 13 | E3 | 2E | 40 |
| Octal | 172 | 214 | 316 | 51 | 40 | 0 | 23 | 343 | 56 | 100 |
| Binary | 1111010 | 10001100 | 11001110 | 101001 | 100000 | 0 | 10011 | 11100011 | 101110 | 1000000 |
Color Harmonies of #7A8CCE
Complementary color
Monochromatic Colors of #7A8CCE
Black with #7A8CCE
Text Example
Text Example
White with #7A8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CCE; }
p { color: rgb(122,140,206); }
H1.HeaderClassName
{
color: #7A8CCE;
}
.AnyTagClassName
{
color: #7A8CCE;
}
</style>
background-color css
<style>
a { background-color: #7A8CCE; }
a { background-color: rgb(122,140,206); }
div.DivClassName
{
background-color: #7A8CCE;
}
.BgClassName
{
background-color: #7A8CCE;
}
</style>
border-color css
<style>
span { border-color: #7A8CCE; }
span { border-color: rgb(122,140,206); }
td.TdClassName
{
border-color: #7A8CCE;
}
.TagClassName
{
border-color: #7A8CCE;
}
</style>