Shades of Wild Blue Yonder #808DBB
Tints of Wild Blue Yonder #808DBB
RGB
CMYK
RGB Variations
Color information
#808DBB (or 0x808DBB) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and BB. RGB value is (128,141,187). Sum of RGB (Red+Green+Blue) = 128+141+187=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #808DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBB is #7F7244. Grayscale: #8E8E8E. Windows color (decimal): -8352325 or 12291456. OLE color: 12291456.
HSL color Cylindrical-coordinate representation of color #808DBB: hue angle of 226.78º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808DBB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 141 | 187 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.27 |
| HSL | 226.78º | 0.3% | 0.62% | - |
| HSV(B) | 226.78º | 0.32% | 0.73% | - |
| XYZ | 27.4 | 27.23 | 50.83 | - |
| YUV | 142.36 | 153.19 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 187 | 0.32 | 0.25 | 0 | 0.27 | 226.78 | 0.3 | 0.62 |
| Hex | 80 | 8D | BB | 20 | 19 | 0 | 1B | E3 | 1E | 3E |
| Octal | 200 | 215 | 273 | 40 | 31 | 0 | 33 | 343 | 36 | 76 |
| Binary | 10000000 | 10001101 | 10111011 | 100000 | 11001 | 0 | 11011 | 11100011 | 11110 | 111110 |
Color Harmonies of #808DBB
Complementary color
Monochromatic Colors of #808DBB
Black with #808DBB
Text Example
Text Example
White with #808DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DBB; }
p { color: rgb(128,141,187); }
H1.HeaderClassName
{
color: #808DBB;
}
.AnyTagClassName
{
color: #808DBB;
}
</style>
background-color css
<style>
a { background-color: #808DBB; }
a { background-color: rgb(128,141,187); }
div.DivClassName
{
background-color: #808DBB;
}
.BgClassName
{
background-color: #808DBB;
}
</style>
border-color css
<style>
span { border-color: #808DBB; }
span { border-color: rgb(128,141,187); }
td.TdClassName
{
border-color: #808DBB;
}
.TagClassName
{
border-color: #808DBB;
}
</style>