Shades of Wild Blue Yonder #808DBF
Tints of Wild Blue Yonder #808DBF
RGB
CMYK
RGB Variations
Color information
#808DBF (or 0x808DBF) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and BF. RGB value is (128,141,191). Sum of RGB (Red+Green+Blue) = 128+141+191=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #808DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DBF is #7F7240. Grayscale: #8E8E8E. Windows color (decimal): -8352321 or 12553600. OLE color: 12553600.
HSL color Cylindrical-coordinate representation of color #808DBF: hue angle of 227.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #808DBF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 141 | 191 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.25 |
| HSL | 227.62º | 0.33% | 0.63% | - |
| HSV(B) | 227.62º | 0.33% | 0.75% | - |
| XYZ | 27.83 | 27.4 | 53.11 | - |
| YUV | 142.81 | 155.19 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 191 | 0.33 | 0.26 | 0 | 0.25 | 227.62 | 0.33 | 0.63 |
| Hex | 80 | 8D | BF | 21 | 1A | 0 | 19 | E4 | 21 | 3F |
| Octal | 200 | 215 | 277 | 41 | 32 | 0 | 31 | 344 | 41 | 77 |
| Binary | 10000000 | 10001101 | 10111111 | 100001 | 11010 | 0 | 11001 | 11100100 | 100001 | 111111 |
Color Harmonies of #808DBF
Complementary color
Monochromatic Colors of #808DBF
Black with #808DBF
Text Example
Text Example
White with #808DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DBF; }
p { color: rgb(128,141,191); }
H1.HeaderClassName
{
color: #808DBF;
}
.AnyTagClassName
{
color: #808DBF;
}
</style>
background-color css
<style>
a { background-color: #808DBF; }
a { background-color: rgb(128,141,191); }
div.DivClassName
{
background-color: #808DBF;
}
.BgClassName
{
background-color: #808DBF;
}
</style>
border-color css
<style>
span { border-color: #808DBF; }
span { border-color: rgb(128,141,191); }
td.TdClassName
{
border-color: #808DBF;
}
.TagClassName
{
border-color: #808DBF;
}
</style>