Shades of Wild Blue Yonder #8180AD
Tints of Wild Blue Yonder #8180AD
RGB
CMYK
RGB Variations
Color information
#8180AD (or 0x8180AD) is known color: Wild Blue Yonder. HEX triplet: 81, 80 and AD. RGB value is (129,128,173). Sum of RGB (Red+Green+Blue) = 129+128+173=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #8180AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8180AD is #7E7F52. Grayscale: #858585. Windows color (decimal): -8290131 or 11370625. OLE color: 11370625.
HSL color Cylindrical-coordinate representation of color #8180AD: hue angle of 241.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8180AD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 128 | 173 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.32 |
| HSL | 241.33º | 0.22% | 0.59% | - |
| HSV(B) | 241.33º | 0.26% | 0.68% | - |
| XYZ | 24.32 | 23.12 | 42.72 | - |
| YUV | 133.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 173 | 0.25 | 0.26 | 0 | 0.32 | 241.33 | 0.22 | 0.59 |
| Hex | 81 | 80 | AD | 19 | 1A | 0 | 20 | F1 | 16 | 3B |
| Octal | 201 | 200 | 255 | 31 | 32 | 0 | 40 | 361 | 26 | 73 |
| Binary | 10000001 | 10000000 | 10101101 | 11001 | 11010 | 0 | 100000 | 11110001 | 10110 | 111011 |
Color Harmonies of #8180AD
Complementary color
Monochromatic Colors of #8180AD
Black with #8180AD
Text Example
Text Example
White with #8180AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8180AD; }
p { color: rgb(129,128,173); }
H1.HeaderClassName
{
color: #8180AD;
}
.AnyTagClassName
{
color: #8180AD;
}
</style>
background-color css
<style>
a { background-color: #8180AD; }
a { background-color: rgb(129,128,173); }
div.DivClassName
{
background-color: #8180AD;
}
.BgClassName
{
background-color: #8180AD;
}
</style>
border-color css
<style>
span { border-color: #8180AD; }
span { border-color: rgb(129,128,173); }
td.TdClassName
{
border-color: #8180AD;
}
.TagClassName
{
border-color: #8180AD;
}
</style>