Shades of Wild Blue Yonder #808DB5
Tints of Wild Blue Yonder #808DB5
RGB
CMYK
RGB Variations
Color information
#808DB5 (or 0x808DB5) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and B5. RGB value is (128,141,181). Sum of RGB (Red+Green+Blue) = 128+141+181=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 181 - color contains mainly: blue. Hex color #808DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DB5 is #7F724A. Grayscale: #8D8D8D. Windows color (decimal): -8352331 or 11898240. OLE color: 11898240.
HSL color Cylindrical-coordinate representation of color #808DB5: hue angle of 225.28º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #808DB5 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 141 | 181 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.29 |
| HSL | 225.28º | 0.26% | 0.61% | - |
| HSV(B) | 225.28º | 0.29% | 0.71% | - |
| XYZ | 26.77 | 26.98 | 47.51 | - |
| YUV | 141.67 | 150.19 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 181 | 0.29 | 0.22 | 0 | 0.29 | 225.28 | 0.26 | 0.61 |
| Hex | 80 | 8D | B5 | 1D | 16 | 0 | 1D | E1 | 1A | 3D |
| Octal | 200 | 215 | 265 | 35 | 26 | 0 | 35 | 341 | 32 | 75 |
| Binary | 10000000 | 10001101 | 10110101 | 11101 | 10110 | 0 | 11101 | 11100001 | 11010 | 111101 |
Color Harmonies of #808DB5
Complementary color
Monochromatic Colors of #808DB5
Black with #808DB5
Text Example
Text Example
White with #808DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DB5; }
p { color: rgb(128,141,181); }
H1.HeaderClassName
{
color: #808DB5;
}
.AnyTagClassName
{
color: #808DB5;
}
</style>
background-color css
<style>
a { background-color: #808DB5; }
a { background-color: rgb(128,141,181); }
div.DivClassName
{
background-color: #808DB5;
}
.BgClassName
{
background-color: #808DB5;
}
</style>
border-color css
<style>
span { border-color: #808DB5; }
span { border-color: rgb(128,141,181); }
td.TdClassName
{
border-color: #808DB5;
}
.TagClassName
{
border-color: #808DB5;
}
</style>