Shades of Wild Blue Yonder #808EC8
Tints of Wild Blue Yonder #808EC8
RGB
CMYK
RGB Variations
Color information
#808EC8 (or 0x808EC8) is known color: Wild Blue Yonder. HEX triplet: 80, 8E and C8. RGB value is (128,142,200). Sum of RGB (Red+Green+Blue) = 128+142+200=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #808EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EC8 is #7F7137. Grayscale: #909090. Windows color (decimal): -8352056 or 13143680. OLE color: 13143680.
HSL color Cylindrical-coordinate representation of color #808EC8: hue angle of 228.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #808EC8 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 142 | 200 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.22 |
| HSL | 228.33º | 0.4% | 0.64% | - |
| HSV(B) | 228.33º | 0.36% | 0.78% | - |
| XYZ | 29 | 28.11 | 58.54 | - |
| YUV | 144.43 | 159.36 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 200 | 0.36 | 0.29 | 0 | 0.22 | 228.33 | 0.4 | 0.64 |
| Hex | 80 | 8E | C8 | 24 | 1D | 0 | 16 | E4 | 28 | 40 |
| Octal | 200 | 216 | 310 | 44 | 35 | 0 | 26 | 344 | 50 | 100 |
| Binary | 10000000 | 10001110 | 11001000 | 100100 | 11101 | 0 | 10110 | 11100100 | 101000 | 1000000 |
Color Harmonies of #808EC8
Complementary color
Monochromatic Colors of #808EC8
Black with #808EC8
Text Example
Text Example
White with #808EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EC8; }
p { color: rgb(128,142,200); }
H1.HeaderClassName
{
color: #808EC8;
}
.AnyTagClassName
{
color: #808EC8;
}
</style>
background-color css
<style>
a { background-color: #808EC8; }
a { background-color: rgb(128,142,200); }
div.DivClassName
{
background-color: #808EC8;
}
.BgClassName
{
background-color: #808EC8;
}
</style>
border-color css
<style>
span { border-color: #808EC8; }
span { border-color: rgb(128,142,200); }
td.TdClassName
{
border-color: #808EC8;
}
.TagClassName
{
border-color: #808EC8;
}
</style>