Shades of Wild Blue Yonder #7A83BB
Tints of Wild Blue Yonder #7A83BB
RGB
CMYK
RGB Variations
Color information
#7A83BB (or 0x7A83BB) is known color: Wild Blue Yonder. HEX triplet: 7A, 83 and BB. RGB value is (122,131,187). Sum of RGB (Red+Green+Blue) = 122+131+187=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A83BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83BB is #857C44. Grayscale: #868686. Windows color (decimal): -8748101 or 12288890. OLE color: 12288890.
HSL color Cylindrical-coordinate representation of color #7A83BB: hue angle of 231.69º 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 #7A83BB is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 131 | 187 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.27 |
| HSL | 231.69º | 0.32% | 0.61% | - |
| HSV(B) | 231.69º | 0.35% | 0.73% | - |
| XYZ | 25.11 | 23.96 | 50.31 | - |
| YUV | 134.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 187 | 0.35 | 0.30 | 0 | 0.27 | 231.69 | 0.32 | 0.61 |
| Hex | 7A | 83 | BB | 23 | 1E | 0 | 1B | E8 | 20 | 3D |
| Octal | 172 | 203 | 273 | 43 | 36 | 0 | 33 | 350 | 40 | 75 |
| Binary | 1111010 | 10000011 | 10111011 | 100011 | 11110 | 0 | 11011 | 11101000 | 100000 | 111101 |
Color Harmonies of #7A83BB
Complementary color
Monochromatic Colors of #7A83BB
Black with #7A83BB
Text Example
Text Example
White with #7A83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A83BB; }
p { color: rgb(122,131,187); }
H1.HeaderClassName
{
color: #7A83BB;
}
.AnyTagClassName
{
color: #7A83BB;
}
</style>
background-color css
<style>
a { background-color: #7A83BB; }
a { background-color: rgb(122,131,187); }
div.DivClassName
{
background-color: #7A83BB;
}
.BgClassName
{
background-color: #7A83BB;
}
</style>
border-color css
<style>
span { border-color: #7A83BB; }
span { border-color: rgb(122,131,187); }
td.TdClassName
{
border-color: #7A83BB;
}
.TagClassName
{
border-color: #7A83BB;
}
</style>