Shades of Wild Blue Yonder #8183AD
Tints of Wild Blue Yonder #8183AD
RGB
CMYK
RGB Variations
Color information
#8183AD (or 0x8183AD) is known color: Wild Blue Yonder. HEX triplet: 81, 83 and AD. RGB value is (129,131,173). Sum of RGB (Red+Green+Blue) = 129+131+173=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 173 - color contains mainly: blue. Hex color #8183AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8183AD is #7E7C52. Grayscale: #878787. Windows color (decimal): -8289363 or 11371393. OLE color: 11371393.
HSL color Cylindrical-coordinate representation of color #8183AD: hue angle of 237.27º 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 #8183AD is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 131 | 173 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.32 |
| HSL | 237.27º | 0.21% | 0.59% | - |
| HSV(B) | 237.27º | 0.25% | 0.68% | - |
| XYZ | 24.71 | 23.92 | 42.85 | - |
| YUV | 135.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 131 | 173 | 0.25 | 0.24 | 0 | 0.32 | 237.27 | 0.21 | 0.59 |
| Hex | 81 | 83 | AD | 19 | 18 | 0 | 20 | ED | 15 | 3B |
| Octal | 201 | 203 | 255 | 31 | 30 | 0 | 40 | 355 | 25 | 73 |
| Binary | 10000001 | 10000011 | 10101101 | 11001 | 11000 | 0 | 100000 | 11101101 | 10101 | 111011 |
Color Harmonies of #8183AD
Complementary color
Monochromatic Colors of #8183AD
Black with #8183AD
Text Example
Text Example
White with #8183AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8183AD; }
p { color: rgb(129,131,173); }
H1.HeaderClassName
{
color: #8183AD;
}
.AnyTagClassName
{
color: #8183AD;
}
</style>
background-color css
<style>
a { background-color: #8183AD; }
a { background-color: rgb(129,131,173); }
div.DivClassName
{
background-color: #8183AD;
}
.BgClassName
{
background-color: #8183AD;
}
</style>
border-color css
<style>
span { border-color: #8183AD; }
span { border-color: rgb(129,131,173); }
td.TdClassName
{
border-color: #8183AD;
}
.TagClassName
{
border-color: #8183AD;
}
</style>