Shades of Wild Blue Yonder #8083AF
Tints of Wild Blue Yonder #8083AF
RGB
CMYK
RGB Variations
Color information
#8083AF (or 0x8083AF) is known color: Wild Blue Yonder. HEX triplet: 80, 83 and AF. RGB value is (128,131,175). Sum of RGB (Red+Green+Blue) = 128+131+175=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #8083AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8083AF is #7F7C50. Grayscale: #868686. Windows color (decimal): -8354897 or 11502464. OLE color: 11502464.
HSL color Cylindrical-coordinate representation of color #8083AF: hue angle of 236.17º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8083AF is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 131 | 175 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.31 |
| HSL | 236.17º | 0.23% | 0.59% | - |
| HSV(B) | 236.17º | 0.27% | 0.69% | - |
| XYZ | 24.76 | 23.92 | 43.87 | - |
| YUV | 135.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 175 | 0.27 | 0.25 | 0 | 0.31 | 236.17 | 0.23 | 0.59 |
| Hex | 80 | 83 | AF | 1B | 19 | 0 | 1F | EC | 17 | 3B |
| Octal | 200 | 203 | 257 | 33 | 31 | 0 | 37 | 354 | 27 | 73 |
| Binary | 10000000 | 10000011 | 10101111 | 11011 | 11001 | 0 | 11111 | 11101100 | 10111 | 111011 |
Color Harmonies of #8083AF
Complementary color
Monochromatic Colors of #8083AF
Black with #8083AF
Text Example
Text Example
White with #8083AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8083AF; }
p { color: rgb(128,131,175); }
H1.HeaderClassName
{
color: #8083AF;
}
.AnyTagClassName
{
color: #8083AF;
}
</style>
background-color css
<style>
a { background-color: #8083AF; }
a { background-color: rgb(128,131,175); }
div.DivClassName
{
background-color: #8083AF;
}
.BgClassName
{
background-color: #8083AF;
}
</style>
border-color css
<style>
span { border-color: #8083AF; }
span { border-color: rgb(128,131,175); }
td.TdClassName
{
border-color: #8083AF;
}
.TagClassName
{
border-color: #8083AF;
}
</style>