Shades of Wild Blue Yonder #7190BD
Tints of Wild Blue Yonder #7190BD
RGB
CMYK
RGB Variations
Color information
#7190BD (or 0x7190BD) is known color: Wild Blue Yonder. HEX triplet: 71, 90 and BD. RGB value is (113,144,189). Sum of RGB (Red+Green+Blue) = 113+144+189=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #7190BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190BD is #8E6F42. Grayscale: #8B8B8B. Windows color (decimal): -9334595 or 12423281. OLE color: 12423281.
HSL color Cylindrical-coordinate representation of color #7190BD: hue angle of 215.53º 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 #7190BD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 144 | 189 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.26 |
| HSL | 215.53º | 0.37% | 0.59% | - |
| HSV(B) | 215.53º | 0.4% | 0.74% | - |
| XYZ | 25.97 | 27.13 | 52.01 | - |
| YUV | 139.86 | 155.73 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 189 | 0.40 | 0.24 | 0 | 0.26 | 215.53 | 0.37 | 0.59 |
| Hex | 71 | 90 | BD | 28 | 18 | 0 | 1A | D8 | 25 | 3B |
| Octal | 161 | 220 | 275 | 50 | 30 | 0 | 32 | 330 | 45 | 73 |
| Binary | 1110001 | 10010000 | 10111101 | 101000 | 11000 | 0 | 11010 | 11011000 | 100101 | 111011 |
Color Harmonies of #7190BD
Complementary color
Monochromatic Colors of #7190BD
Black with #7190BD
Text Example
Text Example
White with #7190BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7190BD; }
p { color: rgb(113,144,189); }
H1.HeaderClassName
{
color: #7190BD;
}
.AnyTagClassName
{
color: #7190BD;
}
</style>
background-color css
<style>
a { background-color: #7190BD; }
a { background-color: rgb(113,144,189); }
div.DivClassName
{
background-color: #7190BD;
}
.BgClassName
{
background-color: #7190BD;
}
</style>
border-color css
<style>
span { border-color: #7190BD; }
span { border-color: rgb(113,144,189); }
td.TdClassName
{
border-color: #7190BD;
}
.TagClassName
{
border-color: #7190BD;
}
</style>