Shades of Wild Blue Yonder #808DB4
Tints of Wild Blue Yonder #808DB4
RGB
CMYK
RGB Variations
Color information
#808DB4 (or 0x808DB4) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and B4. RGB value is (128,141,180). Sum of RGB (Red+Green+Blue) = 128+141+180=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 180 - color contains mainly: blue. Hex color #808DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DB4 is #7F724B. Grayscale: #8D8D8D. Windows color (decimal): -8352332 or 11832704. OLE color: 11832704.
HSL color Cylindrical-coordinate representation of color #808DB4: hue angle of 225º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #808DB4 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 141 | 180 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.29 |
| HSL | 225º | 0.26% | 0.6% | - |
| HSV(B) | 225º | 0.29% | 0.71% | - |
| XYZ | 26.67 | 26.93 | 46.97 | - |
| YUV | 141.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 180 | 0.29 | 0.22 | 0 | 0.29 | 225 | 0.26 | 0.6 |
| Hex | 80 | 8D | B4 | 1D | 16 | 0 | 1D | E1 | 1A | 3C |
| Octal | 200 | 215 | 264 | 35 | 26 | 0 | 35 | 341 | 32 | 74 |
| Binary | 10000000 | 10001101 | 10110100 | 11101 | 10110 | 0 | 11101 | 11100001 | 11010 | 111100 |
Color Harmonies of #808DB4
Complementary color
Monochromatic Colors of #808DB4
Black with #808DB4
Text Example
Text Example
White with #808DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DB4; }
p { color: rgb(128,141,180); }
H1.HeaderClassName
{
color: #808DB4;
}
.AnyTagClassName
{
color: #808DB4;
}
</style>
background-color css
<style>
a { background-color: #808DB4; }
a { background-color: rgb(128,141,180); }
div.DivClassName
{
background-color: #808DB4;
}
.BgClassName
{
background-color: #808DB4;
}
</style>
border-color css
<style>
span { border-color: #808DB4; }
span { border-color: rgb(128,141,180); }
td.TdClassName
{
border-color: #808DB4;
}
.TagClassName
{
border-color: #808DB4;
}
</style>