Shades of Wild Blue Yonder #808DBD
Tints of Wild Blue Yonder #808DBD
RGB
CMYK
RGB Variations
Color information
#808DBD (or 0x808DBD) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and BD. RGB value is (128,141,189). Sum of RGB (Red+Green+Blue) = 128+141+189=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #808DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBD is #7F7242. Grayscale: #8E8E8E. Windows color (decimal): -8352323 or 12422528. OLE color: 12422528.
HSL color Cylindrical-coordinate representation of color #808DBD: hue angle of 227.21º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808DBD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 141 | 189 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.26 |
| HSL | 227.21º | 0.32% | 0.62% | - |
| HSV(B) | 227.21º | 0.32% | 0.74% | - |
| XYZ | 27.61 | 27.31 | 51.96 | - |
| YUV | 142.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 189 | 0.32 | 0.25 | 0 | 0.26 | 227.21 | 0.32 | 0.62 |
| Hex | 80 | 8D | BD | 20 | 19 | 0 | 1A | E3 | 20 | 3E |
| Octal | 200 | 215 | 275 | 40 | 31 | 0 | 32 | 343 | 40 | 76 |
| Binary | 10000000 | 10001101 | 10111101 | 100000 | 11001 | 0 | 11010 | 11100011 | 100000 | 111110 |
Color Harmonies of #808DBD
Complementary color
Monochromatic Colors of #808DBD
Black with #808DBD
Text Example
Text Example
White with #808DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DBD; }
p { color: rgb(128,141,189); }
H1.HeaderClassName
{
color: #808DBD;
}
.AnyTagClassName
{
color: #808DBD;
}
</style>
background-color css
<style>
a { background-color: #808DBD; }
a { background-color: rgb(128,141,189); }
div.DivClassName
{
background-color: #808DBD;
}
.BgClassName
{
background-color: #808DBD;
}
</style>
border-color css
<style>
span { border-color: #808DBD; }
span { border-color: rgb(128,141,189); }
td.TdClassName
{
border-color: #808DBD;
}
.TagClassName
{
border-color: #808DBD;
}
</style>