Shades of Wild Blue Yonder #7B82AF
Tints of Wild Blue Yonder #7B82AF
RGB
CMYK
RGB Variations
Color information
#7B82AF (or 0x7B82AF) is known color: Wild Blue Yonder. HEX triplet: 7B, 82 and AF. RGB value is (123,130,175). Sum of RGB (Red+Green+Blue) = 123+130+175=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B82AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B82AF is #847D50. Grayscale: #848484. Windows color (decimal): -8682833 or 11502203. OLE color: 11502203.
HSL color Cylindrical-coordinate representation of color #7B82AF: hue angle of 231.92º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B82AF is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 130 | 175 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.31 |
| HSL | 231.92º | 0.25% | 0.58% | - |
| HSV(B) | 231.92º | 0.3% | 0.69% | - |
| XYZ | 23.89 | 23.27 | 43.79 | - |
| YUV | 133.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 130 | 175 | 0.30 | 0.26 | 0 | 0.31 | 231.92 | 0.25 | 0.58 |
| Hex | 7B | 82 | AF | 1E | 1A | 0 | 1F | E8 | 19 | 3A |
| Octal | 173 | 202 | 257 | 36 | 32 | 0 | 37 | 350 | 31 | 72 |
| Binary | 1111011 | 10000010 | 10101111 | 11110 | 11010 | 0 | 11111 | 11101000 | 11001 | 111010 |
Color Harmonies of #7B82AF
Complementary color
Monochromatic Colors of #7B82AF
Black with #7B82AF
Text Example
Text Example
White with #7B82AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B82AF; }
p { color: rgb(123,130,175); }
H1.HeaderClassName
{
color: #7B82AF;
}
.AnyTagClassName
{
color: #7B82AF;
}
</style>
background-color css
<style>
a { background-color: #7B82AF; }
a { background-color: rgb(123,130,175); }
div.DivClassName
{
background-color: #7B82AF;
}
.BgClassName
{
background-color: #7B82AF;
}
</style>
border-color css
<style>
span { border-color: #7B82AF; }
span { border-color: rgb(123,130,175); }
td.TdClassName
{
border-color: #7B82AF;
}
.TagClassName
{
border-color: #7B82AF;
}
</style>