Shades of Wild Blue Yonder #7A81BB
Tints of Wild Blue Yonder #7A81BB
RGB
CMYK
RGB Variations
Color information
#7A81BB (or 0x7A81BB) is known color: Wild Blue Yonder. HEX triplet: 7A, 81 and BB. RGB value is (122,129,187). Sum of RGB (Red+Green+Blue) = 122+129+187=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A81BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81BB is #857E44. Grayscale: #858585. Windows color (decimal): -8748613 or 12288378. OLE color: 12288378.
HSL color Cylindrical-coordinate representation of color #7A81BB: hue angle of 233.54º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A81BB is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 129 | 187 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.27 |
| HSL | 233.54º | 0.32% | 0.61% | - |
| HSV(B) | 233.54º | 0.35% | 0.73% | - |
| XYZ | 24.85 | 23.43 | 50.23 | - |
| YUV | 133.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 187 | 0.35 | 0.31 | 0 | 0.27 | 233.54 | 0.32 | 0.61 |
| Hex | 7A | 81 | BB | 23 | 1F | 0 | 1B | EA | 20 | 3D |
| Octal | 172 | 201 | 273 | 43 | 37 | 0 | 33 | 352 | 40 | 75 |
| Binary | 1111010 | 10000001 | 10111011 | 100011 | 11111 | 0 | 11011 | 11101010 | 100000 | 111101 |
Color Harmonies of #7A81BB
Complementary color
Monochromatic Colors of #7A81BB
Black with #7A81BB
Text Example
Text Example
White with #7A81BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81BB; }
p { color: rgb(122,129,187); }
H1.HeaderClassName
{
color: #7A81BB;
}
.AnyTagClassName
{
color: #7A81BB;
}
</style>
background-color css
<style>
a { background-color: #7A81BB; }
a { background-color: rgb(122,129,187); }
div.DivClassName
{
background-color: #7A81BB;
}
.BgClassName
{
background-color: #7A81BB;
}
</style>
border-color css
<style>
span { border-color: #7A81BB; }
span { border-color: rgb(122,129,187); }
td.TdClassName
{
border-color: #7A81BB;
}
.TagClassName
{
border-color: #7A81BB;
}
</style>