Shades of Wild Blue Yonder #7188BD
Tints of Wild Blue Yonder #7188BD
RGB
CMYK
RGB Variations
Color information
#7188BD (or 0x7188BD) is known color: Wild Blue Yonder. HEX triplet: 71, 88 and BD. RGB value is (113,136,189). Sum of RGB (Red+Green+Blue) = 113+136+189=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #7188BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7188BD is #8E7742. Grayscale: #868686. Windows color (decimal): -9336643 or 12421233. OLE color: 12421233.
HSL color Cylindrical-coordinate representation of color #7188BD: hue angle of 221.84º degrees, saturation: 0.37, 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 #7188BD is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 136 | 189 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.26 |
| HSL | 221.84º | 0.37% | 0.59% | - |
| HSV(B) | 221.84º | 0.4% | 0.74% | - |
| XYZ | 24.8 | 24.79 | 51.62 | - |
| YUV | 135.17 | 158.38 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 189 | 0.40 | 0.28 | 0 | 0.26 | 221.84 | 0.37 | 0.59 |
| Hex | 71 | 88 | BD | 28 | 1C | 0 | 1A | DE | 25 | 3B |
| Octal | 161 | 210 | 275 | 50 | 34 | 0 | 32 | 336 | 45 | 73 |
| Binary | 1110001 | 10001000 | 10111101 | 101000 | 11100 | 0 | 11010 | 11011110 | 100101 | 111011 |
Color Harmonies of #7188BD
Complementary color
Monochromatic Colors of #7188BD
Black with #7188BD
Text Example
Text Example
White with #7188BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7188BD; }
p { color: rgb(113,136,189); }
H1.HeaderClassName
{
color: #7188BD;
}
.AnyTagClassName
{
color: #7188BD;
}
</style>
background-color css
<style>
a { background-color: #7188BD; }
a { background-color: rgb(113,136,189); }
div.DivClassName
{
background-color: #7188BD;
}
.BgClassName
{
background-color: #7188BD;
}
</style>
border-color css
<style>
span { border-color: #7188BD; }
span { border-color: rgb(113,136,189); }
td.TdClassName
{
border-color: #7188BD;
}
.TagClassName
{
border-color: #7188BD;
}
</style>