Shades of Wild Blue Yonder #7A8CC1
Tints of Wild Blue Yonder #7A8CC1
RGB
CMYK
RGB Variations
Color information
#7A8CC1 (or 0x7A8CC1) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and C1. RGB value is (122,140,193). Sum of RGB (Red+Green+Blue) = 122+140+193=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A8CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CC1 is #85733E. Grayscale: #8C8C8C. Windows color (decimal): -8745791 or 12684410. OLE color: 12684410.
HSL color Cylindrical-coordinate representation of color #7A8CC1: hue angle of 224.79º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A8CC1 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 140 | 193 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.24 |
| HSL | 224.79º | 0.36% | 0.62% | - |
| HSV(B) | 224.79º | 0.37% | 0.76% | - |
| XYZ | 27.03 | 26.74 | 54.19 | - |
| YUV | 140.66 | 157.54 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 193 | 0.37 | 0.27 | 0 | 0.24 | 224.79 | 0.36 | 0.62 |
| Hex | 7A | 8C | C1 | 25 | 1B | 0 | 18 | E1 | 24 | 3E |
| Octal | 172 | 214 | 301 | 45 | 33 | 0 | 30 | 341 | 44 | 76 |
| Binary | 1111010 | 10001100 | 11000001 | 100101 | 11011 | 0 | 11000 | 11100001 | 100100 | 111110 |
Color Harmonies of #7A8CC1
Complementary color
Monochromatic Colors of #7A8CC1
Black with #7A8CC1
Text Example
Text Example
White with #7A8CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CC1; }
p { color: rgb(122,140,193); }
H1.HeaderClassName
{
color: #7A8CC1;
}
.AnyTagClassName
{
color: #7A8CC1;
}
</style>
background-color css
<style>
a { background-color: #7A8CC1; }
a { background-color: rgb(122,140,193); }
div.DivClassName
{
background-color: #7A8CC1;
}
.BgClassName
{
background-color: #7A8CC1;
}
</style>
border-color css
<style>
span { border-color: #7A8CC1; }
span { border-color: rgb(122,140,193); }
td.TdClassName
{
border-color: #7A8CC1;
}
.TagClassName
{
border-color: #7A8CC1;
}
</style>