Shades of Wild Blue Yonder #808DC8
Tints of Wild Blue Yonder #808DC8
RGB
CMYK
RGB Variations
Color information
#808DC8 (or 0x808DC8) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and C8. RGB value is (128,141,200). Sum of RGB (Red+Green+Blue) = 128+141+200=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #808DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DC8 is #7F7237. Grayscale: #8F8F8F. Windows color (decimal): -8352312 or 13143424. OLE color: 13143424.
HSL color Cylindrical-coordinate representation of color #808DC8: hue angle of 229.17º 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 #808DC8 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 141 | 200 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.22 |
| HSL | 229.17º | 0.4% | 0.64% | - |
| HSV(B) | 229.17º | 0.36% | 0.78% | - |
| XYZ | 28.85 | 27.81 | 58.49 | - |
| YUV | 143.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 200 | 0.36 | 0.29 | 0 | 0.22 | 229.17 | 0.4 | 0.64 |
| Hex | 80 | 8D | C8 | 24 | 1D | 0 | 16 | E5 | 28 | 40 |
| Octal | 200 | 215 | 310 | 44 | 35 | 0 | 26 | 345 | 50 | 100 |
| Binary | 10000000 | 10001101 | 11001000 | 100100 | 11101 | 0 | 10110 | 11100101 | 101000 | 1000000 |
Color Harmonies of #808DC8
Complementary color
Monochromatic Colors of #808DC8
Black with #808DC8
Text Example
Text Example
White with #808DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DC8; }
p { color: rgb(128,141,200); }
H1.HeaderClassName
{
color: #808DC8;
}
.AnyTagClassName
{
color: #808DC8;
}
</style>
background-color css
<style>
a { background-color: #808DC8; }
a { background-color: rgb(128,141,200); }
div.DivClassName
{
background-color: #808DC8;
}
.BgClassName
{
background-color: #808DC8;
}
</style>
border-color css
<style>
span { border-color: #808DC8; }
span { border-color: rgb(128,141,200); }
td.TdClassName
{
border-color: #808DC8;
}
.TagClassName
{
border-color: #808DC8;
}
</style>