Shades of Wild Blue Yonder #808DB1
Tints of Wild Blue Yonder #808DB1
RGB
CMYK
RGB Variations
Color information
#808DB1 (or 0x808DB1) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and B1. RGB value is (128,141,177). Sum of RGB (Red+Green+Blue) = 128+141+177=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 177 - color contains mainly: blue. Hex color #808DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808DB1 is #7F724E. Grayscale: #8D8D8D. Windows color (decimal): -8352335 or 11636096. OLE color: 11636096.
HSL color Cylindrical-coordinate representation of color #808DB1: hue angle of 224.08º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #808DB1 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 141 | 177 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.31 |
| HSL | 224.08º | 0.24% | 0.6% | - |
| HSV(B) | 224.08º | 0.28% | 0.69% | - |
| XYZ | 26.36 | 26.81 | 45.38 | - |
| YUV | 141.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 177 | 0.28 | 0.20 | 0 | 0.31 | 224.08 | 0.24 | 0.6 |
| Hex | 80 | 8D | B1 | 1C | 14 | 0 | 1F | E0 | 18 | 3C |
| Octal | 200 | 215 | 261 | 34 | 24 | 0 | 37 | 340 | 30 | 74 |
| Binary | 10000000 | 10001101 | 10110001 | 11100 | 10100 | 0 | 11111 | 11100000 | 11000 | 111100 |
Color Harmonies of #808DB1
Complementary color
Monochromatic Colors of #808DB1
Black with #808DB1
Text Example
Text Example
White with #808DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DB1; }
p { color: rgb(128,141,177); }
H1.HeaderClassName
{
color: #808DB1;
}
.AnyTagClassName
{
color: #808DB1;
}
</style>
background-color css
<style>
a { background-color: #808DB1; }
a { background-color: rgb(128,141,177); }
div.DivClassName
{
background-color: #808DB1;
}
.BgClassName
{
background-color: #808DB1;
}
</style>
border-color css
<style>
span { border-color: #808DB1; }
span { border-color: rgb(128,141,177); }
td.TdClassName
{
border-color: #808DB1;
}
.TagClassName
{
border-color: #808DB1;
}
</style>