Shades of Wild Blue Yonder #7194CC
Tints of Wild Blue Yonder #7194CC
RGB
CMYK
RGB Variations
Color information
#7194CC (or 0x7194CC) is known color: Wild Blue Yonder. HEX triplet: 71, 94 and CC. RGB value is (113,148,204). Sum of RGB (Red+Green+Blue) = 113+148+204=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7194CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7194CC is #8E6B33. Grayscale: #8F8F8F. Windows color (decimal): -9333556 or 13407345. OLE color: 13407345.
HSL color Cylindrical-coordinate representation of color #7194CC: hue angle of 216.92º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7194CC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 148 | 204 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.2 |
| HSL | 216.92º | 0.47% | 0.62% | - |
| HSV(B) | 216.92º | 0.45% | 0.8% | - |
| XYZ | 28.3 | 29.05 | 61.24 | - |
| YUV | 143.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 148 | 204 | 0.45 | 0.27 | 0 | 0.2 | 216.92 | 0.47 | 0.62 |
| Hex | 71 | 94 | CC | 2D | 1B | 0 | 14 | D9 | 2F | 3E |
| Octal | 161 | 224 | 314 | 55 | 33 | 0 | 24 | 331 | 57 | 76 |
| Binary | 1110001 | 10010100 | 11001100 | 101101 | 11011 | 0 | 10100 | 11011001 | 101111 | 111110 |
Color Harmonies of #7194CC
Complementary color
Monochromatic Colors of #7194CC
Black with #7194CC
Text Example
Text Example
White with #7194CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7194CC; }
p { color: rgb(113,148,204); }
H1.HeaderClassName
{
color: #7194CC;
}
.AnyTagClassName
{
color: #7194CC;
}
</style>
background-color css
<style>
a { background-color: #7194CC; }
a { background-color: rgb(113,148,204); }
div.DivClassName
{
background-color: #7194CC;
}
.BgClassName
{
background-color: #7194CC;
}
</style>
border-color css
<style>
span { border-color: #7194CC; }
span { border-color: rgb(113,148,204); }
td.TdClassName
{
border-color: #7194CC;
}
.TagClassName
{
border-color: #7194CC;
}
</style>