Shades of Wild Blue Yonder #7082BC
Tints of Wild Blue Yonder #7082BC
RGB
CMYK
RGB Variations
Color information
#7082BC (or 0x7082BC) is known color: Wild Blue Yonder. HEX triplet: 70, 82 and BC. RGB value is (112,130,188). Sum of RGB (Red+Green+Blue) = 112+130+188=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #7082BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082BC is #8F7D43. Grayscale: #828282. Windows color (decimal): -9403716 or 12354160. OLE color: 12354160.
HSL color Cylindrical-coordinate representation of color #7082BC: hue angle of 225.79º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7082BC is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 130 | 188 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.26 |
| HSL | 225.79º | 0.36% | 0.59% | - |
| HSV(B) | 225.79º | 0.4% | 0.74% | - |
| XYZ | 23.74 | 23.04 | 50.77 | - |
| YUV | 131.23 | 160.04 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 188 | 0.40 | 0.31 | 0 | 0.26 | 225.79 | 0.36 | 0.59 |
| Hex | 70 | 82 | BC | 28 | 1F | 0 | 1A | E2 | 24 | 3B |
| Octal | 160 | 202 | 274 | 50 | 37 | 0 | 32 | 342 | 44 | 73 |
| Binary | 1110000 | 10000010 | 10111100 | 101000 | 11111 | 0 | 11010 | 11100010 | 100100 | 111011 |
Color Harmonies of #7082BC
Complementary color
Monochromatic Colors of #7082BC
Black with #7082BC
Text Example
Text Example
White with #7082BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7082BC; }
p { color: rgb(112,130,188); }
H1.HeaderClassName
{
color: #7082BC;
}
.AnyTagClassName
{
color: #7082BC;
}
</style>
background-color css
<style>
a { background-color: #7082BC; }
a { background-color: rgb(112,130,188); }
div.DivClassName
{
background-color: #7082BC;
}
.BgClassName
{
background-color: #7082BC;
}
</style>
border-color css
<style>
span { border-color: #7082BC; }
span { border-color: rgb(112,130,188); }
td.TdClassName
{
border-color: #7082BC;
}
.TagClassName
{
border-color: #7082BC;
}
</style>