Shades of Wild Blue Yonder #8287BA
Tints of Wild Blue Yonder #8287BA
RGB
CMYK
RGB Variations
Color information
#8287BA (or 0x8287BA) is known color: Wild Blue Yonder. HEX triplet: 82, 87 and BA. RGB value is (130,135,186). Sum of RGB (Red+Green+Blue) = 130+135+186=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #8287BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8287BA is #7D7845. Grayscale: #8B8B8B. Windows color (decimal): -8222790 or 12224386. OLE color: 12224386.
HSL color Cylindrical-coordinate representation of color #8287BA: hue angle of 234.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8287BA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 135 | 186 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.27 |
| HSL | 234.64º | 0.29% | 0.62% | - |
| HSV(B) | 234.64º | 0.3% | 0.73% | - |
| XYZ | 26.73 | 25.62 | 49.99 | - |
| YUV | 139.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 186 | 0.30 | 0.27 | 0 | 0.27 | 234.64 | 0.29 | 0.62 |
| Hex | 82 | 87 | BA | 1E | 1B | 0 | 1B | EB | 1D | 3E |
| Octal | 202 | 207 | 272 | 36 | 33 | 0 | 33 | 353 | 35 | 76 |
| Binary | 10000010 | 10000111 | 10111010 | 11110 | 11011 | 0 | 11011 | 11101011 | 11101 | 111110 |
Color Harmonies of #8287BA
Complementary color
Monochromatic Colors of #8287BA
Black with #8287BA
Text Example
Text Example
White with #8287BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287BA; }
p { color: rgb(130,135,186); }
H1.HeaderClassName
{
color: #8287BA;
}
.AnyTagClassName
{
color: #8287BA;
}
</style>
background-color css
<style>
a { background-color: #8287BA; }
a { background-color: rgb(130,135,186); }
div.DivClassName
{
background-color: #8287BA;
}
.BgClassName
{
background-color: #8287BA;
}
</style>
border-color css
<style>
span { border-color: #8287BA; }
span { border-color: rgb(130,135,186); }
td.TdClassName
{
border-color: #8287BA;
}
.TagClassName
{
border-color: #8287BA;
}
</style>