Shades of Wild Blue Yonder #808EBF
Tints of Wild Blue Yonder #808EBF
RGB
CMYK
RGB Variations
Color information
#808EBF (or 0x808EBF) is known color: Wild Blue Yonder. HEX triplet: 80, 8E and BF. RGB value is (128,142,191). Sum of RGB (Red+Green+Blue) = 128+142+191=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #808EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EBF is #7F7140. Grayscale: #8F8F8F. Windows color (decimal): -8352065 or 12553856. OLE color: 12553856.
HSL color Cylindrical-coordinate representation of color #808EBF: hue angle of 226.67º 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 #808EBF is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 142 | 191 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.25 |
| HSL | 226.67º | 0.33% | 0.63% | - |
| HSV(B) | 226.67º | 0.33% | 0.75% | - |
| XYZ | 27.98 | 27.7 | 53.16 | - |
| YUV | 143.4 | 154.86 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 191 | 0.33 | 0.26 | 0 | 0.25 | 226.67 | 0.33 | 0.63 |
| Hex | 80 | 8E | BF | 21 | 1A | 0 | 19 | E3 | 21 | 3F |
| Octal | 200 | 216 | 277 | 41 | 32 | 0 | 31 | 343 | 41 | 77 |
| Binary | 10000000 | 10001110 | 10111111 | 100001 | 11010 | 0 | 11001 | 11100011 | 100001 | 111111 |
Color Harmonies of #808EBF
Complementary color
Monochromatic Colors of #808EBF
Black with #808EBF
Text Example
Text Example
White with #808EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EBF; }
p { color: rgb(128,142,191); }
H1.HeaderClassName
{
color: #808EBF;
}
.AnyTagClassName
{
color: #808EBF;
}
</style>
background-color css
<style>
a { background-color: #808EBF; }
a { background-color: rgb(128,142,191); }
div.DivClassName
{
background-color: #808EBF;
}
.BgClassName
{
background-color: #808EBF;
}
</style>
border-color css
<style>
span { border-color: #808EBF; }
span { border-color: rgb(128,142,191); }
td.TdClassName
{
border-color: #808EBF;
}
.TagClassName
{
border-color: #808EBF;
}
</style>