Shades of Wild Blue Yonder #808ABE
Tints of Wild Blue Yonder #808ABE
RGB
CMYK
RGB Variations
Color information
#808ABE (or 0x808ABE) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and BE. RGB value is (128,138,190). Sum of RGB (Red+Green+Blue) = 128+138+190=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #808ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ABE is #7F7541. Grayscale: #8C8C8C. Windows color (decimal): -8353090 or 12487296. OLE color: 12487296.
HSL color Cylindrical-coordinate representation of color #808ABE: hue angle of 230.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #808ABE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 138 | 190 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.25 |
| HSL | 230.32º | 0.32% | 0.62% | - |
| HSV(B) | 230.32º | 0.33% | 0.75% | - |
| XYZ | 27.28 | 26.48 | 52.39 | - |
| YUV | 140.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 190 | 0.33 | 0.27 | 0 | 0.25 | 230.32 | 0.32 | 0.62 |
| Hex | 80 | 8A | BE | 21 | 1B | 0 | 19 | E6 | 20 | 3E |
| Octal | 200 | 212 | 276 | 41 | 33 | 0 | 31 | 346 | 40 | 76 |
| Binary | 10000000 | 10001010 | 10111110 | 100001 | 11011 | 0 | 11001 | 11100110 | 100000 | 111110 |
Color Harmonies of #808ABE
Complementary color
Monochromatic Colors of #808ABE
Black with #808ABE
Text Example
Text Example
White with #808ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ABE; }
p { color: rgb(128,138,190); }
H1.HeaderClassName
{
color: #808ABE;
}
.AnyTagClassName
{
color: #808ABE;
}
</style>
background-color css
<style>
a { background-color: #808ABE; }
a { background-color: rgb(128,138,190); }
div.DivClassName
{
background-color: #808ABE;
}
.BgClassName
{
background-color: #808ABE;
}
</style>
border-color css
<style>
span { border-color: #808ABE; }
span { border-color: rgb(128,138,190); }
td.TdClassName
{
border-color: #808ABE;
}
.TagClassName
{
border-color: #808ABE;
}
</style>