Shades of Wild Blue Yonder #7482BA
Tints of Wild Blue Yonder #7482BA
RGB
CMYK
RGB Variations
Color information
#7482BA (or 0x7482BA) is known color: Wild Blue Yonder. HEX triplet: 74, 82 and BA. RGB value is (116,130,186). Sum of RGB (Red+Green+Blue) = 116+130+186=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #7482BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7482BA is #8B7D45. Grayscale: #838383. Windows color (decimal): -9141574 or 12223092. OLE color: 12223092.
HSL color Cylindrical-coordinate representation of color #7482BA: hue angle of 228º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7482BA is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 130 | 186 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.27 |
| HSL | 228º | 0.34% | 0.59% | - |
| HSV(B) | 228º | 0.38% | 0.73% | - |
| XYZ | 24.05 | 23.22 | 49.67 | - |
| YUV | 132.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 186 | 0.38 | 0.30 | 0 | 0.27 | 228 | 0.34 | 0.59 |
| Hex | 74 | 82 | BA | 26 | 1E | 0 | 1B | E4 | 22 | 3B |
| Octal | 164 | 202 | 272 | 46 | 36 | 0 | 33 | 344 | 42 | 73 |
| Binary | 1110100 | 10000010 | 10111010 | 100110 | 11110 | 0 | 11011 | 11100100 | 100010 | 111011 |
Color Harmonies of #7482BA
Complementary color
Monochromatic Colors of #7482BA
Black with #7482BA
Text Example
Text Example
White with #7482BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7482BA; }
p { color: rgb(116,130,186); }
H1.HeaderClassName
{
color: #7482BA;
}
.AnyTagClassName
{
color: #7482BA;
}
</style>
background-color css
<style>
a { background-color: #7482BA; }
a { background-color: rgb(116,130,186); }
div.DivClassName
{
background-color: #7482BA;
}
.BgClassName
{
background-color: #7482BA;
}
</style>
border-color css
<style>
span { border-color: #7482BA; }
span { border-color: rgb(116,130,186); }
td.TdClassName
{
border-color: #7482BA;
}
.TagClassName
{
border-color: #7482BA;
}
</style>