Shades of Wild Blue Yonder #7286BD
Tints of Wild Blue Yonder #7286BD
RGB
CMYK
RGB Variations
Color information
#7286BD (or 0x7286BD) is known color: Wild Blue Yonder. HEX triplet: 72, 86 and BD. RGB value is (114,134,189). Sum of RGB (Red+Green+Blue) = 114+134+189=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #7286BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7286BD is #8D7942. Grayscale: #868686. Windows color (decimal): -9271619 or 12420722. OLE color: 12420722.
HSL color Cylindrical-coordinate representation of color #7286BD: hue angle of 224º 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 #7286BD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 134 | 189 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.26 |
| HSL | 224º | 0.36% | 0.59% | - |
| HSV(B) | 224º | 0.4% | 0.74% | - |
| XYZ | 24.65 | 24.3 | 51.54 | - |
| YUV | 134.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 134 | 189 | 0.40 | 0.29 | 0 | 0.26 | 224 | 0.36 | 0.59 |
| Hex | 72 | 86 | BD | 28 | 1D | 0 | 1A | E0 | 24 | 3B |
| Octal | 162 | 206 | 275 | 50 | 35 | 0 | 32 | 340 | 44 | 73 |
| Binary | 1110010 | 10000110 | 10111101 | 101000 | 11101 | 0 | 11010 | 11100000 | 100100 | 111011 |
Color Harmonies of #7286BD
Complementary color
Monochromatic Colors of #7286BD
Black with #7286BD
Text Example
Text Example
White with #7286BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7286BD; }
p { color: rgb(114,134,189); }
H1.HeaderClassName
{
color: #7286BD;
}
.AnyTagClassName
{
color: #7286BD;
}
</style>
background-color css
<style>
a { background-color: #7286BD; }
a { background-color: rgb(114,134,189); }
div.DivClassName
{
background-color: #7286BD;
}
.BgClassName
{
background-color: #7286BD;
}
</style>
border-color css
<style>
span { border-color: #7286BD; }
span { border-color: rgb(114,134,189); }
td.TdClassName
{
border-color: #7286BD;
}
.TagClassName
{
border-color: #7286BD;
}
</style>