Shades of Wild Blue Yonder #7A8CB7
Tints of Wild Blue Yonder #7A8CB7
RGB
CMYK
RGB Variations
Color information
#7A8CB7 (or 0x7A8CB7) is known color: Wild Blue Yonder. HEX triplet: 7A, 8C and B7. RGB value is (122,140,183). Sum of RGB (Red+Green+Blue) = 122+140+183=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #7A8CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CB7 is #857348. Grayscale: #8B8B8B. Windows color (decimal): -8745801 or 12029050. OLE color: 12029050.
HSL color Cylindrical-coordinate representation of color #7A8CB7: hue angle of 222.3º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A8CB7 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 140 | 183 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.28 |
| HSL | 222.3º | 0.3% | 0.6% | - |
| HSV(B) | 222.3º | 0.33% | 0.72% | - |
| XYZ | 25.95 | 26.31 | 48.51 | - |
| YUV | 139.52 | 152.54 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 183 | 0.33 | 0.23 | 0 | 0.28 | 222.3 | 0.3 | 0.6 |
| Hex | 7A | 8C | B7 | 21 | 17 | 0 | 1C | DE | 1E | 3C |
| Octal | 172 | 214 | 267 | 41 | 27 | 0 | 34 | 336 | 36 | 74 |
| Binary | 1111010 | 10001100 | 10110111 | 100001 | 10111 | 0 | 11100 | 11011110 | 11110 | 111100 |
Color Harmonies of #7A8CB7
Complementary color
Monochromatic Colors of #7A8CB7
Black with #7A8CB7
Text Example
Text Example
White with #7A8CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CB7; }
p { color: rgb(122,140,183); }
H1.HeaderClassName
{
color: #7A8CB7;
}
.AnyTagClassName
{
color: #7A8CB7;
}
</style>
background-color css
<style>
a { background-color: #7A8CB7; }
a { background-color: rgb(122,140,183); }
div.DivClassName
{
background-color: #7A8CB7;
}
.BgClassName
{
background-color: #7A8CB7;
}
</style>
border-color css
<style>
span { border-color: #7A8CB7; }
span { border-color: rgb(122,140,183); }
td.TdClassName
{
border-color: #7A8CB7;
}
.TagClassName
{
border-color: #7A8CB7;
}
</style>