Shades of Wild Blue Yonder #7082B3
Tints of Wild Blue Yonder #7082B3
RGB
CMYK
RGB Variations
Color information
#7082B3 (or 0x7082B3) is known color: Wild Blue Yonder. HEX triplet: 70, 82 and B3. RGB value is (112,130,179). Sum of RGB (Red+Green+Blue) = 112+130+179=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #7082B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082B3 is #8F7D4C. Grayscale: #818181. Windows color (decimal): -9403725 or 11764336. OLE color: 11764336.
HSL color Cylindrical-coordinate representation of color #7082B3: hue angle of 223.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7082B3 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 130 | 179 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.30 |
| HSL | 223.88º | 0.31% | 0.57% | - |
| HSV(B) | 223.88º | 0.37% | 0.7% | - |
| XYZ | 22.8 | 22.66 | 45.82 | - |
| YUV | 130.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 179 | 0.37 | 0.27 | 0 | 0.30 | 223.88 | 0.31 | 0.57 |
| Hex | 70 | 82 | B3 | 25 | 1B | 0 | 1E | E0 | 1F | 39 |
| Octal | 160 | 202 | 263 | 45 | 33 | 0 | 36 | 340 | 37 | 71 |
| Binary | 1110000 | 10000010 | 10110011 | 100101 | 11011 | 0 | 11110 | 11100000 | 11111 | 111001 |
Color Harmonies of #7082B3
Complementary color
Monochromatic Colors of #7082B3
Black with #7082B3
Text Example
Text Example
White with #7082B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7082B3; }
p { color: rgb(112,130,179); }
H1.HeaderClassName
{
color: #7082B3;
}
.AnyTagClassName
{
color: #7082B3;
}
</style>
background-color css
<style>
a { background-color: #7082B3; }
a { background-color: rgb(112,130,179); }
div.DivClassName
{
background-color: #7082B3;
}
.BgClassName
{
background-color: #7082B3;
}
</style>
border-color css
<style>
span { border-color: #7082B3; }
span { border-color: rgb(112,130,179); }
td.TdClassName
{
border-color: #7082B3;
}
.TagClassName
{
border-color: #7082B3;
}
</style>