Shades of Wild Blue Yonder #7A8CC4
Tints of Wild Blue Yonder #7A8CC4
RGB
CMYK
RGB Variations
Color information
#7A8CC4 (or 0x7A8CC4) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and C4. RGB value is (122,140,196). Sum of RGB (Red+Green+Blue) = 122+140+196=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A8CC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CC4 is #85733B. Grayscale: #8C8C8C. Windows color (decimal): -8745788 or 12881018. OLE color: 12881018.
HSL color Cylindrical-coordinate representation of color #7A8CC4: hue angle of 225.41º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A8CC4 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 140 | 196 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.23 |
| HSL | 225.41º | 0.39% | 0.62% | - |
| HSV(B) | 225.41º | 0.38% | 0.77% | - |
| XYZ | 27.37 | 26.88 | 55.97 | - |
| YUV | 141 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 196 | 0.38 | 0.29 | 0 | 0.23 | 225.41 | 0.39 | 0.62 |
| Hex | 7A | 8C | C4 | 26 | 1D | 0 | 17 | E1 | 27 | 3E |
| Octal | 172 | 214 | 304 | 46 | 35 | 0 | 27 | 341 | 47 | 76 |
| Binary | 1111010 | 10001100 | 11000100 | 100110 | 11101 | 0 | 10111 | 11100001 | 100111 | 111110 |
Color Harmonies of #7A8CC4
Complementary color
Monochromatic Colors of #7A8CC4
Black with #7A8CC4
Text Example
Text Example
White with #7A8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CC4; }
p { color: rgb(122,140,196); }
H1.HeaderClassName
{
color: #7A8CC4;
}
.AnyTagClassName
{
color: #7A8CC4;
}
</style>
background-color css
<style>
a { background-color: #7A8CC4; }
a { background-color: rgb(122,140,196); }
div.DivClassName
{
background-color: #7A8CC4;
}
.BgClassName
{
background-color: #7A8CC4;
}
</style>
border-color css
<style>
span { border-color: #7A8CC4; }
span { border-color: rgb(122,140,196); }
td.TdClassName
{
border-color: #7A8CC4;
}
.TagClassName
{
border-color: #7A8CC4;
}
</style>