Shades of Wild Blue Yonder #7191CE
Tints of Wild Blue Yonder #7191CE
RGB
CMYK
RGB Variations
Color information
#7191CE (or 0x7191CE) is known color: Wild Blue Yonder. HEX triplet: 71, 91 and CE. RGB value is (113,145,206). Sum of RGB (Red+Green+Blue) = 113+145+206=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #7191CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7191CE is #8E6E31. Grayscale: #8E8E8E. Windows color (decimal): -9334322 or 13537649. OLE color: 13537649.
HSL color Cylindrical-coordinate representation of color #7191CE: hue angle of 219.35º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7191CE is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 145 | 206 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.19 |
| HSL | 219.35º | 0.49% | 0.63% | - |
| HSV(B) | 219.35º | 0.45% | 0.81% | - |
| XYZ | 28.08 | 28.22 | 62.36 | - |
| YUV | 142.39 | 163.9 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 145 | 206 | 0.45 | 0.30 | 0 | 0.19 | 219.35 | 0.49 | 0.63 |
| Hex | 71 | 91 | CE | 2D | 1E | 0 | 13 | DB | 31 | 3F |
| Octal | 161 | 221 | 316 | 55 | 36 | 0 | 23 | 333 | 61 | 77 |
| Binary | 1110001 | 10010001 | 11001110 | 101101 | 11110 | 0 | 10011 | 11011011 | 110001 | 111111 |
Color Harmonies of #7191CE
Complementary color
Monochromatic Colors of #7191CE
Black with #7191CE
Text Example
Text Example
White with #7191CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7191CE; }
p { color: rgb(113,145,206); }
H1.HeaderClassName
{
color: #7191CE;
}
.AnyTagClassName
{
color: #7191CE;
}
</style>
background-color css
<style>
a { background-color: #7191CE; }
a { background-color: rgb(113,145,206); }
div.DivClassName
{
background-color: #7191CE;
}
.BgClassName
{
background-color: #7191CE;
}
</style>
border-color css
<style>
span { border-color: #7191CE; }
span { border-color: rgb(113,145,206); }
td.TdClassName
{
border-color: #7191CE;
}
.TagClassName
{
border-color: #7191CE;
}
</style>