Shades of Wild Blue Yonder #7288BA
Tints of Wild Blue Yonder #7288BA
RGB
CMYK
RGB Variations
Color information
#7288BA (or 0x7288BA) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and BA. RGB value is (114,136,186). Sum of RGB (Red+Green+Blue) = 114+136+186=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #7288BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288BA is #8D7745. Grayscale: #868686. Windows color (decimal): -9271110 or 12224626. OLE color: 12224626.
HSL color Cylindrical-coordinate representation of color #7288BA: hue angle of 221.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7288BA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 136 | 186 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.27 |
| HSL | 221.67º | 0.34% | 0.59% | - |
| HSV(B) | 221.67º | 0.39% | 0.73% | - |
| XYZ | 24.61 | 24.73 | 49.93 | - |
| YUV | 135.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 186 | 0.39 | 0.27 | 0 | 0.27 | 221.67 | 0.34 | 0.59 |
| Hex | 72 | 88 | BA | 27 | 1B | 0 | 1B | DE | 22 | 3B |
| Octal | 162 | 210 | 272 | 47 | 33 | 0 | 33 | 336 | 42 | 73 |
| Binary | 1110010 | 10001000 | 10111010 | 100111 | 11011 | 0 | 11011 | 11011110 | 100010 | 111011 |
Color Harmonies of #7288BA
Complementary color
Monochromatic Colors of #7288BA
Black with #7288BA
Text Example
Text Example
White with #7288BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7288BA; }
p { color: rgb(114,136,186); }
H1.HeaderClassName
{
color: #7288BA;
}
.AnyTagClassName
{
color: #7288BA;
}
</style>
background-color css
<style>
a { background-color: #7288BA; }
a { background-color: rgb(114,136,186); }
div.DivClassName
{
background-color: #7288BA;
}
.BgClassName
{
background-color: #7288BA;
}
</style>
border-color css
<style>
span { border-color: #7288BA; }
span { border-color: rgb(114,136,186); }
td.TdClassName
{
border-color: #7288BA;
}
.TagClassName
{
border-color: #7288BA;
}
</style>