Shades of Wild Blue Yonder #8287AD
Tints of Wild Blue Yonder #8287AD
RGB
CMYK
RGB Variations
Color information
#8287AD (or 0x8287AD) is known color: Wild Blue Yonder. HEX triplet: 82, 87 and AD. RGB value is (130,135,173). Sum of RGB (Red+Green+Blue) = 130+135+173=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #8287AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8287AD is #7D7852. Grayscale: #898989. Windows color (decimal): -8222803 or 11372418. OLE color: 11372418.
HSL color Cylindrical-coordinate representation of color #8287AD: hue angle of 233.02º 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 #8287AD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 135 | 173 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.32 |
| HSL | 233.02º | 0.21% | 0.59% | - |
| HSV(B) | 233.02º | 0.25% | 0.68% | - |
| XYZ | 25.41 | 25.09 | 43.04 | - |
| YUV | 137.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 135 | 173 | 0.25 | 0.22 | 0 | 0.32 | 233.02 | 0.21 | 0.59 |
| Hex | 82 | 87 | AD | 19 | 16 | 0 | 20 | E9 | 15 | 3B |
| Octal | 202 | 207 | 255 | 31 | 26 | 0 | 40 | 351 | 25 | 73 |
| Binary | 10000010 | 10000111 | 10101101 | 11001 | 10110 | 0 | 100000 | 11101001 | 10101 | 111011 |
Color Harmonies of #8287AD
Complementary color
Monochromatic Colors of #8287AD
Black with #8287AD
Text Example
Text Example
White with #8287AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8287AD; }
p { color: rgb(130,135,173); }
H1.HeaderClassName
{
color: #8287AD;
}
.AnyTagClassName
{
color: #8287AD;
}
</style>
background-color css
<style>
a { background-color: #8287AD; }
a { background-color: rgb(130,135,173); }
div.DivClassName
{
background-color: #8287AD;
}
.BgClassName
{
background-color: #8287AD;
}
</style>
border-color css
<style>
span { border-color: #8287AD; }
span { border-color: rgb(130,135,173); }
td.TdClassName
{
border-color: #8287AD;
}
.TagClassName
{
border-color: #8287AD;
}
</style>