Shades of Wild Blue Yonder #7A83BE
Tints of Wild Blue Yonder #7A83BE
RGB
CMYK
RGB Variations
Color information
#7A83BE (or 0x7A83BE) is known color: Wild Blue Yonder. HEX triplet: 7A, 83 and BE. RGB value is (122,131,190). Sum of RGB (Red+Green+Blue) = 122+131+190=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A83BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83BE is #857C41. Grayscale: #868686. Windows color (decimal): -8748098 or 12485498. OLE color: 12485498.
HSL color Cylindrical-coordinate representation of color #7A83BE: hue angle of 232.06º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A83BE is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 131 | 190 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.25 |
| HSL | 232.06º | 0.34% | 0.61% | - |
| HSV(B) | 232.06º | 0.36% | 0.75% | - |
| XYZ | 25.44 | 24.09 | 52.02 | - |
| YUV | 135.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 190 | 0.36 | 0.31 | 0 | 0.25 | 232.06 | 0.34 | 0.61 |
| Hex | 7A | 83 | BE | 24 | 1F | 0 | 19 | E8 | 22 | 3D |
| Octal | 172 | 203 | 276 | 44 | 37 | 0 | 31 | 350 | 42 | 75 |
| Binary | 1111010 | 10000011 | 10111110 | 100100 | 11111 | 0 | 11001 | 11101000 | 100010 | 111101 |
Color Harmonies of #7A83BE
Complementary color
Monochromatic Colors of #7A83BE
Black with #7A83BE
Text Example
Text Example
White with #7A83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A83BE; }
p { color: rgb(122,131,190); }
H1.HeaderClassName
{
color: #7A83BE;
}
.AnyTagClassName
{
color: #7A83BE;
}
</style>
background-color css
<style>
a { background-color: #7A83BE; }
a { background-color: rgb(122,131,190); }
div.DivClassName
{
background-color: #7A83BE;
}
.BgClassName
{
background-color: #7A83BE;
}
</style>
border-color css
<style>
span { border-color: #7A83BE; }
span { border-color: rgb(122,131,190); }
td.TdClassName
{
border-color: #7A83BE;
}
.TagClassName
{
border-color: #7A83BE;
}
</style>