Shades of Wild Blue Yonder #808ABA
Tints of Wild Blue Yonder #808ABA
RGB
CMYK
RGB Variations
Color information
#808ABA (or 0x808ABA) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and BA. RGB value is (128,138,186). Sum of RGB (Red+Green+Blue) = 128+138+186=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #808ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ABA is #7F7545. Grayscale: #8C8C8C. Windows color (decimal): -8353094 or 12225152. OLE color: 12225152.
HSL color Cylindrical-coordinate representation of color #808ABA: hue angle of 229.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #808ABA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 138 | 186 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.27 |
| HSL | 229.66º | 0.3% | 0.62% | - |
| HSV(B) | 229.66º | 0.31% | 0.73% | - |
| XYZ | 26.85 | 26.31 | 50.12 | - |
| YUV | 140.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 186 | 0.31 | 0.26 | 0 | 0.27 | 229.66 | 0.3 | 0.62 |
| Hex | 80 | 8A | BA | 1F | 1A | 0 | 1B | E6 | 1E | 3E |
| Octal | 200 | 212 | 272 | 37 | 32 | 0 | 33 | 346 | 36 | 76 |
| Binary | 10000000 | 10001010 | 10111010 | 11111 | 11010 | 0 | 11011 | 11100110 | 11110 | 111110 |
Color Harmonies of #808ABA
Complementary color
Monochromatic Colors of #808ABA
Black with #808ABA
Text Example
Text Example
White with #808ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ABA; }
p { color: rgb(128,138,186); }
H1.HeaderClassName
{
color: #808ABA;
}
.AnyTagClassName
{
color: #808ABA;
}
</style>
background-color css
<style>
a { background-color: #808ABA; }
a { background-color: rgb(128,138,186); }
div.DivClassName
{
background-color: #808ABA;
}
.BgClassName
{
background-color: #808ABA;
}
</style>
border-color css
<style>
span { border-color: #808ABA; }
span { border-color: rgb(128,138,186); }
td.TdClassName
{
border-color: #808ABA;
}
.TagClassName
{
border-color: #808ABA;
}
</style>