Shades of Wild Blue Yonder #8285AD
Tints of Wild Blue Yonder #8285AD
RGB
CMYK
RGB Variations
Color information
#8285AD (or 0x8285AD) is known color: Wild Blue Yonder. HEX triplet: 82, 85 and AD. RGB value is (130,133,173). Sum of RGB (Red+Green+Blue) = 130+133+173=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #8285AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8285AD is #7D7A52. Grayscale: #888888. Windows color (decimal): -8223315 or 11371906. OLE color: 11371906.
HSL color Cylindrical-coordinate representation of color #8285AD: hue angle of 235.81º 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 #8285AD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 133 | 173 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.32 |
| HSL | 235.81º | 0.21% | 0.59% | - |
| HSV(B) | 235.81º | 0.25% | 0.68% | - |
| XYZ | 25.14 | 24.54 | 42.95 | - |
| YUV | 136.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 133 | 173 | 0.25 | 0.23 | 0 | 0.32 | 235.81 | 0.21 | 0.59 |
| Hex | 82 | 85 | AD | 19 | 17 | 0 | 20 | EC | 15 | 3B |
| Octal | 202 | 205 | 255 | 31 | 27 | 0 | 40 | 354 | 25 | 73 |
| Binary | 10000010 | 10000101 | 10101101 | 11001 | 10111 | 0 | 100000 | 11101100 | 10101 | 111011 |
Color Harmonies of #8285AD
Complementary color
Monochromatic Colors of #8285AD
Black with #8285AD
Text Example
Text Example
White with #8285AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8285AD; }
p { color: rgb(130,133,173); }
H1.HeaderClassName
{
color: #8285AD;
}
.AnyTagClassName
{
color: #8285AD;
}
</style>
background-color css
<style>
a { background-color: #8285AD; }
a { background-color: rgb(130,133,173); }
div.DivClassName
{
background-color: #8285AD;
}
.BgClassName
{
background-color: #8285AD;
}
</style>
border-color css
<style>
span { border-color: #8285AD; }
span { border-color: rgb(130,133,173); }
td.TdClassName
{
border-color: #8285AD;
}
.TagClassName
{
border-color: #8285AD;
}
</style>