Shades of Wild Blue Yonder #8286AD
Tints of Wild Blue Yonder #8286AD
RGB
CMYK
RGB Variations
Color information
#8286AD (or 0x8286AD) is known color: Wild Blue Yonder. HEX triplet: 82, 86 and AD. RGB value is (130,134,173). Sum of RGB (Red+Green+Blue) = 130+134+173=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #8286AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8286AD is #7D7952. Grayscale: #898989. Windows color (decimal): -8223059 or 11372162. OLE color: 11372162.
HSL color Cylindrical-coordinate representation of color #8286AD: hue angle of 234.42º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8286AD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 134 | 173 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.32 |
| HSL | 234.42º | 0.21% | 0.59% | - |
| HSV(B) | 234.42º | 0.25% | 0.68% | - |
| XYZ | 25.27 | 24.81 | 42.99 | - |
| YUV | 137.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 134 | 173 | 0.25 | 0.23 | 0 | 0.32 | 234.42 | 0.21 | 0.59 |
| Hex | 82 | 86 | AD | 19 | 17 | 0 | 20 | EA | 15 | 3B |
| Octal | 202 | 206 | 255 | 31 | 27 | 0 | 40 | 352 | 25 | 73 |
| Binary | 10000010 | 10000110 | 10101101 | 11001 | 10111 | 0 | 100000 | 11101010 | 10101 | 111011 |
Color Harmonies of #8286AD
Complementary color
Monochromatic Colors of #8286AD
Black with #8286AD
Text Example
Text Example
White with #8286AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8286AD; }
p { color: rgb(130,134,173); }
H1.HeaderClassName
{
color: #8286AD;
}
.AnyTagClassName
{
color: #8286AD;
}
</style>
background-color css
<style>
a { background-color: #8286AD; }
a { background-color: rgb(130,134,173); }
div.DivClassName
{
background-color: #8286AD;
}
.BgClassName
{
background-color: #8286AD;
}
</style>
border-color css
<style>
span { border-color: #8286AD; }
span { border-color: rgb(130,134,173); }
td.TdClassName
{
border-color: #8286AD;
}
.TagClassName
{
border-color: #8286AD;
}
</style>