Shades of Wild Blue Yonder #8081AD
Tints of Wild Blue Yonder #8081AD
RGB
CMYK
RGB Variations
Color information
#8081AD (or 0x8081AD) is known color: Wild Blue Yonder. HEX triplet: 80, 81 and AD. RGB value is (128,129,173). Sum of RGB (Red+Green+Blue) = 128+129+173=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 129 (50.78% from 255 or 30% 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 #8081AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8081AD is #7F7E52. Grayscale: #858585. Windows color (decimal): -8355411 or 11370880. OLE color: 11370880.
HSL color Cylindrical-coordinate representation of color #8081AD: hue angle of 238.67º 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 #8081AD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 129 | 173 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.32 |
| HSL | 238.67º | 0.22% | 0.59% | - |
| HSV(B) | 238.67º | 0.26% | 0.68% | - |
| XYZ | 24.3 | 23.31 | 42.75 | - |
| YUV | 133.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 129 | 173 | 0.26 | 0.25 | 0 | 0.32 | 238.67 | 0.22 | 0.59 |
| Hex | 80 | 81 | AD | 1A | 19 | 0 | 20 | EF | 16 | 3B |
| Octal | 200 | 201 | 255 | 32 | 31 | 0 | 40 | 357 | 26 | 73 |
| Binary | 10000000 | 10000001 | 10101101 | 11010 | 11001 | 0 | 100000 | 11101111 | 10110 | 111011 |
Color Harmonies of #8081AD
Complementary color
Monochromatic Colors of #8081AD
Black with #8081AD
Text Example
Text Example
White with #8081AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8081AD; }
p { color: rgb(128,129,173); }
H1.HeaderClassName
{
color: #8081AD;
}
.AnyTagClassName
{
color: #8081AD;
}
</style>
background-color css
<style>
a { background-color: #8081AD; }
a { background-color: rgb(128,129,173); }
div.DivClassName
{
background-color: #8081AD;
}
.BgClassName
{
background-color: #8081AD;
}
</style>
border-color css
<style>
span { border-color: #8081AD; }
span { border-color: rgb(128,129,173); }
td.TdClassName
{
border-color: #8081AD;
}
.TagClassName
{
border-color: #8081AD;
}
</style>