Shades of Wild Blue Yonder #7192D0
Tints of Wild Blue Yonder #7192D0
RGB
CMYK
RGB Variations
Color information
#7192D0 (or 0x7192D0) is known color: Wild Blue Yonder. HEX triplet: 71, 92 and D0. RGB value is (113,146,208). Sum of RGB (Red+Green+Blue) = 113+146+208=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #7192D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7192D0 is #8E6D2F. Grayscale: #8E8E8E. Windows color (decimal): -9334064 or 13668977. OLE color: 13668977.
HSL color Cylindrical-coordinate representation of color #7192D0: hue angle of 219.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7192D0 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 146 | 208 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.18 |
| HSL | 219.16º | 0.5% | 0.63% | - |
| HSV(B) | 219.16º | 0.46% | 0.82% | - |
| XYZ | 28.47 | 28.62 | 63.7 | - |
| YUV | 143.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 146 | 208 | 0.46 | 0.30 | 0 | 0.18 | 219.16 | 0.5 | 0.63 |
| Hex | 71 | 92 | D0 | 2E | 1E | 0 | 12 | DB | 32 | 3F |
| Octal | 161 | 222 | 320 | 56 | 36 | 0 | 22 | 333 | 62 | 77 |
| Binary | 1110001 | 10010010 | 11010000 | 101110 | 11110 | 0 | 10010 | 11011011 | 110010 | 111111 |
Color Harmonies of #7192D0
Complementary color
Monochromatic Colors of #7192D0
Black with #7192D0
Text Example
Text Example
White with #7192D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7192D0; }
p { color: rgb(113,146,208); }
H1.HeaderClassName
{
color: #7192D0;
}
.AnyTagClassName
{
color: #7192D0;
}
</style>
background-color css
<style>
a { background-color: #7192D0; }
a { background-color: rgb(113,146,208); }
div.DivClassName
{
background-color: #7192D0;
}
.BgClassName
{
background-color: #7192D0;
}
</style>
border-color css
<style>
span { border-color: #7192D0; }
span { border-color: rgb(113,146,208); }
td.TdClassName
{
border-color: #7192D0;
}
.TagClassName
{
border-color: #7192D0;
}
</style>