Shades of Wild Blue Yonder #7180BC
Tints of Wild Blue Yonder #7180BC
RGB
CMYK
RGB Variations
Color information
#7180BC (or 0x7180BC) is known color: Wild Blue Yonder. HEX triplet: 71, 80 and BC. RGB value is (113,128,188). Sum of RGB (Red+Green+Blue) = 113+128+188=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #7180BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7180BC is #8E7F43. Grayscale: #828282. Windows color (decimal): -9338692 or 12353649. OLE color: 12353649.
HSL color Cylindrical-coordinate representation of color #7180BC: hue angle of 228º degrees, saturation: 0.36, 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 #7180BC is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 128 | 188 | - |
| CMYK | 0.40 | 0.32 | 0 | 0.26 |
| HSL | 228º | 0.36% | 0.59% | - |
| HSV(B) | 228º | 0.4% | 0.74% | - |
| XYZ | 23.61 | 22.58 | 50.69 | - |
| YUV | 130.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 128 | 188 | 0.40 | 0.32 | 0 | 0.26 | 228 | 0.36 | 0.59 |
| Hex | 71 | 80 | BC | 28 | 20 | 0 | 1A | E4 | 24 | 3B |
| Octal | 161 | 200 | 274 | 50 | 40 | 0 | 32 | 344 | 44 | 73 |
| Binary | 1110001 | 10000000 | 10111100 | 101000 | 100000 | 0 | 11010 | 11100100 | 100100 | 111011 |
Color Harmonies of #7180BC
Complementary color
Monochromatic Colors of #7180BC
Black with #7180BC
Text Example
Text Example
White with #7180BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7180BC; }
p { color: rgb(113,128,188); }
H1.HeaderClassName
{
color: #7180BC;
}
.AnyTagClassName
{
color: #7180BC;
}
</style>
background-color css
<style>
a { background-color: #7180BC; }
a { background-color: rgb(113,128,188); }
div.DivClassName
{
background-color: #7180BC;
}
.BgClassName
{
background-color: #7180BC;
}
</style>
border-color css
<style>
span { border-color: #7180BC; }
span { border-color: rgb(113,128,188); }
td.TdClassName
{
border-color: #7180BC;
}
.TagClassName
{
border-color: #7180BC;
}
</style>