Shades of Wild Blue Yonder #808AB1
Tints of Wild Blue Yonder #808AB1
RGB
CMYK
RGB Variations
Color information
#808AB1 (or 0x808AB1) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and B1. RGB value is (128,138,177). Sum of RGB (Red+Green+Blue) = 128+138+177=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 177 - color contains mainly: blue. Hex color #808AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808AB1 is #7F754E. Grayscale: #8B8B8B. Windows color (decimal): -8353103 or 11635328. OLE color: 11635328.
HSL color Cylindrical-coordinate representation of color #808AB1: hue angle of 227.76º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #808AB1 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 138 | 177 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.31 |
| HSL | 227.76º | 0.24% | 0.6% | - |
| HSV(B) | 227.76º | 0.28% | 0.69% | - |
| XYZ | 25.93 | 25.94 | 45.24 | - |
| YUV | 139.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 177 | 0.28 | 0.22 | 0 | 0.31 | 227.76 | 0.24 | 0.6 |
| Hex | 80 | 8A | B1 | 1C | 16 | 0 | 1F | E4 | 18 | 3C |
| Octal | 200 | 212 | 261 | 34 | 26 | 0 | 37 | 344 | 30 | 74 |
| Binary | 10000000 | 10001010 | 10110001 | 11100 | 10110 | 0 | 11111 | 11100100 | 11000 | 111100 |
Color Harmonies of #808AB1
Complementary color
Monochromatic Colors of #808AB1
Black with #808AB1
Text Example
Text Example
White with #808AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AB1; }
p { color: rgb(128,138,177); }
H1.HeaderClassName
{
color: #808AB1;
}
.AnyTagClassName
{
color: #808AB1;
}
</style>
background-color css
<style>
a { background-color: #808AB1; }
a { background-color: rgb(128,138,177); }
div.DivClassName
{
background-color: #808AB1;
}
.BgClassName
{
background-color: #808AB1;
}
</style>
border-color css
<style>
span { border-color: #808AB1; }
span { border-color: rgb(128,138,177); }
td.TdClassName
{
border-color: #808AB1;
}
.TagClassName
{
border-color: #808AB1;
}
</style>