Shades of Wild Blue Yonder #7287BA
Tints of Wild Blue Yonder #7287BA
RGB
CMYK
RGB Variations
Color information
#7287BA (or 0x7287BA) is known color: Wild Blue Yonder. HEX triplet: 72, 87 and BA. RGB value is (114,135,186). Sum of RGB (Red+Green+Blue) = 114+135+186=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #7287BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7287BA is #8D7845. Grayscale: #868686. Windows color (decimal): -9271366 or 12224370. OLE color: 12224370.
HSL color Cylindrical-coordinate representation of color #7287BA: hue angle of 222.5º 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 #7287BA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 135 | 186 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.27 |
| HSL | 222.5º | 0.34% | 0.59% | - |
| HSV(B) | 222.5º | 0.39% | 0.73% | - |
| XYZ | 24.47 | 24.45 | 49.88 | - |
| YUV | 134.54 | 157.04 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 186 | 0.39 | 0.27 | 0 | 0.27 | 222.5 | 0.34 | 0.59 |
| Hex | 72 | 87 | BA | 27 | 1B | 0 | 1B | DE | 22 | 3B |
| Octal | 162 | 207 | 272 | 47 | 33 | 0 | 33 | 336 | 42 | 73 |
| Binary | 1110010 | 10000111 | 10111010 | 100111 | 11011 | 0 | 11011 | 11011110 | 100010 | 111011 |
Color Harmonies of #7287BA
Complementary color
Monochromatic Colors of #7287BA
Black with #7287BA
Text Example
Text Example
White with #7287BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7287BA; }
p { color: rgb(114,135,186); }
H1.HeaderClassName
{
color: #7287BA;
}
.AnyTagClassName
{
color: #7287BA;
}
</style>
background-color css
<style>
a { background-color: #7287BA; }
a { background-color: rgb(114,135,186); }
div.DivClassName
{
background-color: #7287BA;
}
.BgClassName
{
background-color: #7287BA;
}
</style>
border-color css
<style>
span { border-color: #7287BA; }
span { border-color: rgb(114,135,186); }
td.TdClassName
{
border-color: #7287BA;
}
.TagClassName
{
border-color: #7287BA;
}
</style>