Shades of Wild Blue Yonder #7181BA
Tints of Wild Blue Yonder #7181BA
RGB
CMYK
RGB Variations
Color information
#7181BA (or 0x7181BA) is known color: Wild Blue Yonder. HEX triplet: 71, 81 and BA. RGB value is (113,129,186). Sum of RGB (Red+Green+Blue) = 113+129+186=428 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.40% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #7181BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7181BA is #8E7E45. Grayscale: #828282. Windows color (decimal): -9338438 or 12222833. OLE color: 12222833.
HSL color Cylindrical-coordinate representation of color #7181BA: hue angle of 226.85º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7181BA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 113 | 129 | 186 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.27 |
| HSL | 226.85º | 0.35% | 0.59% | - |
| HSV(B) | 226.85º | 0.39% | 0.73% | - |
| XYZ | 23.52 | 22.76 | 49.61 | - |
| YUV | 130.71 | 159.2 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 129 | 186 | 0.39 | 0.31 | 0 | 0.27 | 226.85 | 0.35 | 0.59 |
| Hex | 71 | 81 | BA | 27 | 1F | 0 | 1B | E3 | 23 | 3B |
| Octal | 161 | 201 | 272 | 47 | 37 | 0 | 33 | 343 | 43 | 73 |
| Binary | 1110001 | 10000001 | 10111010 | 100111 | 11111 | 0 | 11011 | 11100011 | 100011 | 111011 |
Color Harmonies of #7181BA
Complementary color
Monochromatic Colors of #7181BA
Black with #7181BA
Text Example
Text Example
White with #7181BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7181BA; }
p { color: rgb(113,129,186); }
H1.HeaderClassName
{
color: #7181BA;
}
.AnyTagClassName
{
color: #7181BA;
}
</style>
background-color css
<style>
a { background-color: #7181BA; }
a { background-color: rgb(113,129,186); }
div.DivClassName
{
background-color: #7181BA;
}
.BgClassName
{
background-color: #7181BA;
}
</style>
border-color css
<style>
span { border-color: #7181BA; }
span { border-color: rgb(113,129,186); }
td.TdClassName
{
border-color: #7181BA;
}
.TagClassName
{
border-color: #7181BA;
}
</style>