Shades of Wild Blue Yonder #7182BB
Tints of Wild Blue Yonder #7182BB
RGB
CMYK
RGB Variations
Color information
#7182BB (or 0x7182BB) is known color: Wild Blue Yonder. HEX triplet: 71, 82 and BB. RGB value is (113,130,187). Sum of RGB (Red+Green+Blue) = 113+130+187=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #7182BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7182BB is #8E7D44. Grayscale: #838383. Windows color (decimal): -9338181 or 12288625. OLE color: 12288625.
HSL color Cylindrical-coordinate representation of color #7182BB: hue angle of 226.22º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7182BB is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 130 | 187 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.27 |
| HSL | 226.22º | 0.35% | 0.59% | - |
| HSV(B) | 226.22º | 0.4% | 0.73% | - |
| XYZ | 23.76 | 23.06 | 50.21 | - |
| YUV | 131.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 130 | 187 | 0.40 | 0.30 | 0 | 0.27 | 226.22 | 0.35 | 0.59 |
| Hex | 71 | 82 | BB | 28 | 1E | 0 | 1B | E2 | 23 | 3B |
| Octal | 161 | 202 | 273 | 50 | 36 | 0 | 33 | 342 | 43 | 73 |
| Binary | 1110001 | 10000010 | 10111011 | 101000 | 11110 | 0 | 11011 | 11100010 | 100011 | 111011 |
Color Harmonies of #7182BB
Complementary color
Monochromatic Colors of #7182BB
Black with #7182BB
Text Example
Text Example
White with #7182BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7182BB; }
p { color: rgb(113,130,187); }
H1.HeaderClassName
{
color: #7182BB;
}
.AnyTagClassName
{
color: #7182BB;
}
</style>
background-color css
<style>
a { background-color: #7182BB; }
a { background-color: rgb(113,130,187); }
div.DivClassName
{
background-color: #7182BB;
}
.BgClassName
{
background-color: #7182BB;
}
</style>
border-color css
<style>
span { border-color: #7182BB; }
span { border-color: rgb(113,130,187); }
td.TdClassName
{
border-color: #7182BB;
}
.TagClassName
{
border-color: #7182BB;
}
</style>