Shades of Wild Blue Yonder #8284BA
Tints of Wild Blue Yonder #8284BA
RGB
CMYK
RGB Variations
Color information
#8284BA (or 0x8284BA) is known color: Wild Blue Yonder. HEX triplet: 82, 84 and BA. RGB value is (130,132,186). Sum of RGB (Red+Green+Blue) = 130+132+186=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #8284BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8284BA is #7D7B45. Grayscale: #898989. Windows color (decimal): -8223558 or 12223618. OLE color: 12223618.
HSL color Cylindrical-coordinate representation of color #8284BA: hue angle of 237.86º 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 #8284BA is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 132 | 186 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.27 |
| HSL | 237.86º | 0.29% | 0.62% | - |
| HSV(B) | 237.86º | 0.3% | 0.73% | - |
| XYZ | 26.32 | 24.79 | 49.85 | - |
| YUV | 137.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 186 | 0.30 | 0.29 | 0 | 0.27 | 237.86 | 0.29 | 0.62 |
| Hex | 82 | 84 | BA | 1E | 1D | 0 | 1B | EE | 1D | 3E |
| Octal | 202 | 204 | 272 | 36 | 35 | 0 | 33 | 356 | 35 | 76 |
| Binary | 10000010 | 10000100 | 10111010 | 11110 | 11101 | 0 | 11011 | 11101110 | 11101 | 111110 |
Color Harmonies of #8284BA
Complementary color
Monochromatic Colors of #8284BA
Black with #8284BA
Text Example
Text Example
White with #8284BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8284BA; }
p { color: rgb(130,132,186); }
H1.HeaderClassName
{
color: #8284BA;
}
.AnyTagClassName
{
color: #8284BA;
}
</style>
background-color css
<style>
a { background-color: #8284BA; }
a { background-color: rgb(130,132,186); }
div.DivClassName
{
background-color: #8284BA;
}
.BgClassName
{
background-color: #8284BA;
}
</style>
border-color css
<style>
span { border-color: #8284BA; }
span { border-color: rgb(130,132,186); }
td.TdClassName
{
border-color: #8284BA;
}
.TagClassName
{
border-color: #8284BA;
}
</style>