Shades of Wild Blue Yonder #7190CA
Tints of Wild Blue Yonder #7190CA
RGB
CMYK
RGB Variations
Color information
#7190CA (or 0x7190CA) is known color: Wild Blue Yonder. HEX triplet: 71, 90 and CA. RGB value is (113,144,202). Sum of RGB (Red+Green+Blue) = 113+144+202=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #7190CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190CA is #8E6F35. Grayscale: #8D8D8D. Windows color (decimal): -9334582 or 13275249. OLE color: 13275249.
HSL color Cylindrical-coordinate representation of color #7190CA: hue angle of 219.1º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7190CA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 144 | 202 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.21 |
| HSL | 219.1º | 0.46% | 0.62% | - |
| HSV(B) | 219.1º | 0.44% | 0.79% | - |
| XYZ | 27.44 | 27.72 | 59.78 | - |
| YUV | 141.34 | 162.23 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 144 | 202 | 0.44 | 0.29 | 0 | 0.21 | 219.1 | 0.46 | 0.62 |
| Hex | 71 | 90 | CA | 2C | 1D | 0 | 15 | DB | 2E | 3E |
| Octal | 161 | 220 | 312 | 54 | 35 | 0 | 25 | 333 | 56 | 76 |
| Binary | 1110001 | 10010000 | 11001010 | 101100 | 11101 | 0 | 10101 | 11011011 | 101110 | 111110 |
Color Harmonies of #7190CA
Complementary color
Monochromatic Colors of #7190CA
Black with #7190CA
Text Example
Text Example
White with #7190CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7190CA; }
p { color: rgb(113,144,202); }
H1.HeaderClassName
{
color: #7190CA;
}
.AnyTagClassName
{
color: #7190CA;
}
</style>
background-color css
<style>
a { background-color: #7190CA; }
a { background-color: rgb(113,144,202); }
div.DivClassName
{
background-color: #7190CA;
}
.BgClassName
{
background-color: #7190CA;
}
</style>
border-color css
<style>
span { border-color: #7190CA; }
span { border-color: rgb(113,144,202); }
td.TdClassName
{
border-color: #7190CA;
}
.TagClassName
{
border-color: #7190CA;
}
</style>