Shades of Wild Blue Yonder #808DCA
Tints of Wild Blue Yonder #808DCA
RGB
CMYK
RGB Variations
Color information
#808DCA (or 0x808DCA) is known color: Wild Blue Yonder. HEX triplet: 80, 8D and CA. RGB value is (128,141,202). Sum of RGB (Red+Green+Blue) = 128+141+202=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #808DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808DCA is #7F7235. Grayscale: #8F8F8F. Windows color (decimal): -8352310 or 13274496. OLE color: 13274496.
HSL color Cylindrical-coordinate representation of color #808DCA: hue angle of 229.46º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808DCA is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 141 | 202 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.21 |
| HSL | 229.46º | 0.41% | 0.65% | - |
| HSV(B) | 229.46º | 0.37% | 0.79% | - |
| XYZ | 29.09 | 27.9 | 59.73 | - |
| YUV | 144.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 202 | 0.37 | 0.30 | 0 | 0.21 | 229.46 | 0.41 | 0.65 |
| Hex | 80 | 8D | CA | 25 | 1E | 0 | 15 | E5 | 29 | 41 |
| Octal | 200 | 215 | 312 | 45 | 36 | 0 | 25 | 345 | 51 | 101 |
| Binary | 10000000 | 10001101 | 11001010 | 100101 | 11110 | 0 | 10101 | 11100101 | 101001 | 1000001 |
Color Harmonies of #808DCA
Complementary color
Monochromatic Colors of #808DCA
Black with #808DCA
Text Example
Text Example
White with #808DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DCA; }
p { color: rgb(128,141,202); }
H1.HeaderClassName
{
color: #808DCA;
}
.AnyTagClassName
{
color: #808DCA;
}
</style>
background-color css
<style>
a { background-color: #808DCA; }
a { background-color: rgb(128,141,202); }
div.DivClassName
{
background-color: #808DCA;
}
.BgClassName
{
background-color: #808DCA;
}
</style>
border-color css
<style>
span { border-color: #808DCA; }
span { border-color: rgb(128,141,202); }
td.TdClassName
{
border-color: #808DCA;
}
.TagClassName
{
border-color: #808DCA;
}
</style>