Shades of Wild Blue Yonder #7286BA
Tints of Wild Blue Yonder #7286BA
RGB
CMYK
RGB Variations
Color information
#7286BA (or 0x7286BA) is known color: Wild Blue Yonder. HEX triplet: 72, 86 and BA. RGB value is (114,134,186). Sum of RGB (Red+Green+Blue) = 114+134+186=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7286BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7286BA is #8D7945. Grayscale: #858585. Windows color (decimal): -9271622 or 12224114. OLE color: 12224114.
HSL color Cylindrical-coordinate representation of color #7286BA: hue angle of 223.33º 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 #7286BA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 134 | 186 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.27 |
| HSL | 223.33º | 0.34% | 0.59% | - |
| HSV(B) | 223.33º | 0.39% | 0.73% | - |
| XYZ | 24.33 | 24.17 | 49.84 | - |
| YUV | 133.95 | 157.37 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 186 | 0.39 | 0.28 | 0 | 0.27 | 223.33 | 0.34 | 0.59 |
| Hex | 72 | 86 | BA | 27 | 1C | 0 | 1B | DF | 22 | 3B |
| Octal | 162 | 206 | 272 | 47 | 34 | 0 | 33 | 337 | 42 | 73 |
| Binary | 1110010 | 10000110 | 10111010 | 100111 | 11100 | 0 | 11011 | 11011111 | 100010 | 111011 |
Color Harmonies of #7286BA
Complementary color
Monochromatic Colors of #7286BA
Black with #7286BA
Text Example
Text Example
White with #7286BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7286BA; }
p { color: rgb(114,134,186); }
H1.HeaderClassName
{
color: #7286BA;
}
.AnyTagClassName
{
color: #7286BA;
}
</style>
background-color css
<style>
a { background-color: #7286BA; }
a { background-color: rgb(114,134,186); }
div.DivClassName
{
background-color: #7286BA;
}
.BgClassName
{
background-color: #7286BA;
}
</style>
border-color css
<style>
span { border-color: #7286BA; }
span { border-color: rgb(114,134,186); }
td.TdClassName
{
border-color: #7286BA;
}
.TagClassName
{
border-color: #7286BA;
}
</style>