Shades of Wild Blue Yonder #7182BD
Tints of Wild Blue Yonder #7182BD
RGB
CMYK
RGB Variations
Color information
#7182BD (or 0x7182BD) is known color: Wild Blue Yonder. HEX triplet: 71, 82 and BD. RGB value is (113,130,189). Sum of RGB (Red+Green+Blue) = 113+130+189=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #7182BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182BD is #8E7D42. Grayscale: #838383. Windows color (decimal): -9338179 or 12419697. OLE color: 12419697.
HSL color Cylindrical-coordinate representation of color #7182BD: hue angle of 226.58º degrees, saturation: 0.37, 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 #7182BD is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 130 | 189 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.26 |
| HSL | 226.58º | 0.37% | 0.59% | - |
| HSV(B) | 226.58º | 0.4% | 0.74% | - |
| XYZ | 23.98 | 23.15 | 51.35 | - |
| YUV | 131.64 | 160.37 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 189 | 0.40 | 0.31 | 0 | 0.26 | 226.58 | 0.37 | 0.59 |
| Hex | 71 | 82 | BD | 28 | 1F | 0 | 1A | E3 | 25 | 3B |
| Octal | 161 | 202 | 275 | 50 | 37 | 0 | 32 | 343 | 45 | 73 |
| Binary | 1110001 | 10000010 | 10111101 | 101000 | 11111 | 0 | 11010 | 11100011 | 100101 | 111011 |
Color Harmonies of #7182BD
Complementary color
Monochromatic Colors of #7182BD
Black with #7182BD
Text Example
Text Example
White with #7182BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182BD; }
p { color: rgb(113,130,189); }
H1.HeaderClassName
{
color: #7182BD;
}
.AnyTagClassName
{
color: #7182BD;
}
</style>
background-color css
<style>
a { background-color: #7182BD; }
a { background-color: rgb(113,130,189); }
div.DivClassName
{
background-color: #7182BD;
}
.BgClassName
{
background-color: #7182BD;
}
</style>
border-color css
<style>
span { border-color: #7182BD; }
span { border-color: rgb(113,130,189); }
td.TdClassName
{
border-color: #7182BD;
}
.TagClassName
{
border-color: #7182BD;
}
</style>