Shades of Wild Blue Yonder #808DBA
Tints of Wild Blue Yonder #808DBA
RGB
CMYK
RGB Variations
Color information
#808DBA (or 0x808DBA) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and BA. RGB value is (128,141,186). Sum of RGB (Red+Green+Blue) = 128+141+186=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #808DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBA is #7F7245. Grayscale: #8E8E8E. Windows color (decimal): -8352326 or 12225920. OLE color: 12225920.
HSL color Cylindrical-coordinate representation of color #808DBA: hue angle of 226.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #808DBA is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 141 | 186 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.27 |
| HSL | 226.55º | 0.3% | 0.62% | - |
| HSV(B) | 226.55º | 0.31% | 0.73% | - |
| XYZ | 27.29 | 27.18 | 50.26 | - |
| YUV | 142.24 | 152.69 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 186 | 0.31 | 0.24 | 0 | 0.27 | 226.55 | 0.3 | 0.62 |
| Hex | 80 | 8D | BA | 1F | 18 | 0 | 1B | E3 | 1E | 3E |
| Octal | 200 | 215 | 272 | 37 | 30 | 0 | 33 | 343 | 36 | 76 |
| Binary | 10000000 | 10001101 | 10111010 | 11111 | 11000 | 0 | 11011 | 11100011 | 11110 | 111110 |
Color Harmonies of #808DBA
Complementary color
Monochromatic Colors of #808DBA
Black with #808DBA
Text Example
Text Example
White with #808DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DBA; }
p { color: rgb(128,141,186); }
H1.HeaderClassName
{
color: #808DBA;
}
.AnyTagClassName
{
color: #808DBA;
}
</style>
background-color css
<style>
a { background-color: #808DBA; }
a { background-color: rgb(128,141,186); }
div.DivClassName
{
background-color: #808DBA;
}
.BgClassName
{
background-color: #808DBA;
}
</style>
border-color css
<style>
span { border-color: #808DBA; }
span { border-color: rgb(128,141,186); }
td.TdClassName
{
border-color: #808DBA;
}
.TagClassName
{
border-color: #808DBA;
}
</style>