Shades of Wild Blue Yonder #7A81C8
Tints of Wild Blue Yonder #7A81C8
RGB
CMYK
RGB Variations
Color information
#7A81C8 (or 0x7A81C8) is known color: Wild Blue Yonder. HEX triplet: 7A, 81 and C8. RGB value is (122,129,200). Sum of RGB (Red+Green+Blue) = 122+129+200=451 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.05% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #7A81C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81C8 is #857E37. Grayscale: #868686. Windows color (decimal): -8748600 or 13140346. OLE color: 13140346.
HSL color Cylindrical-coordinate representation of color #7A81C8: hue angle of 234.62º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A81C8 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 129 | 200 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.22 |
| HSL | 234.62º | 0.41% | 0.63% | - |
| HSV(B) | 234.62º | 0.39% | 0.78% | - |
| XYZ | 26.3 | 24.01 | 57.89 | - |
| YUV | 135 | 164.68 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 200 | 0.39 | 0.36 | 0 | 0.22 | 234.62 | 0.41 | 0.63 |
| Hex | 7A | 81 | C8 | 27 | 24 | 0 | 16 | EB | 29 | 3F |
| Octal | 172 | 201 | 310 | 47 | 44 | 0 | 26 | 353 | 51 | 77 |
| Binary | 1111010 | 10000001 | 11001000 | 100111 | 100100 | 0 | 10110 | 11101011 | 101001 | 111111 |
Color Harmonies of #7A81C8
Complementary color
Monochromatic Colors of #7A81C8
Black with #7A81C8
Text Example
Text Example
White with #7A81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81C8; }
p { color: rgb(122,129,200); }
H1.HeaderClassName
{
color: #7A81C8;
}
.AnyTagClassName
{
color: #7A81C8;
}
</style>
background-color css
<style>
a { background-color: #7A81C8; }
a { background-color: rgb(122,129,200); }
div.DivClassName
{
background-color: #7A81C8;
}
.BgClassName
{
background-color: #7A81C8;
}
</style>
border-color css
<style>
span { border-color: #7A81C8; }
span { border-color: rgb(122,129,200); }
td.TdClassName
{
border-color: #7A81C8;
}
.TagClassName
{
border-color: #7A81C8;
}
</style>