Shades of Wild Blue Yonder #808EC6
Tints of Wild Blue Yonder #808EC6
RGB
CMYK
RGB Variations
Color information
#808EC6 (or 0x808EC6) is known color: Wild Blue Yonder. HEX triplet: 80, 8E and C6. RGB value is (128,142,198). Sum of RGB (Red+Green+Blue) = 128+142+198=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 142 (55.86% from 255 or 30.34% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #808EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808EC6 is #7F7139. Grayscale: #8F8F8F. Windows color (decimal): -8352058 or 13012608. OLE color: 13012608.
HSL color Cylindrical-coordinate representation of color #808EC6: hue angle of 228º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808EC6 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 142 | 198 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.22 |
| HSL | 228º | 0.38% | 0.64% | - |
| HSV(B) | 228º | 0.35% | 0.78% | - |
| XYZ | 28.77 | 28.01 | 57.32 | - |
| YUV | 144.2 | 158.36 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 198 | 0.35 | 0.28 | 0 | 0.22 | 228 | 0.38 | 0.64 |
| Hex | 80 | 8E | C6 | 23 | 1C | 0 | 16 | E4 | 26 | 40 |
| Octal | 200 | 216 | 306 | 43 | 34 | 0 | 26 | 344 | 46 | 100 |
| Binary | 10000000 | 10001110 | 11000110 | 100011 | 11100 | 0 | 10110 | 11100100 | 100110 | 1000000 |
Color Harmonies of #808EC6
Complementary color
Monochromatic Colors of #808EC6
Black with #808EC6
Text Example
Text Example
White with #808EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EC6; }
p { color: rgb(128,142,198); }
H1.HeaderClassName
{
color: #808EC6;
}
.AnyTagClassName
{
color: #808EC6;
}
</style>
background-color css
<style>
a { background-color: #808EC6; }
a { background-color: rgb(128,142,198); }
div.DivClassName
{
background-color: #808EC6;
}
.BgClassName
{
background-color: #808EC6;
}
</style>
border-color css
<style>
span { border-color: #808EC6; }
span { border-color: rgb(128,142,198); }
td.TdClassName
{
border-color: #808EC6;
}
.TagClassName
{
border-color: #808EC6;
}
</style>