Shades of Wild Blue Yonder #808ABD
Tints of Wild Blue Yonder #808ABD
RGB
CMYK
RGB Variations
Color information
#808ABD (or 0x808ABD) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and BD. RGB value is (128,138,189). Sum of RGB (Red+Green+Blue) = 128+138+189=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 189 - color contains mainly: blue. Hex color #808ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ABD is #7F7542. Grayscale: #8C8C8C. Windows color (decimal): -8353091 or 12421760. OLE color: 12421760.
HSL color Cylindrical-coordinate representation of color #808ABD: hue angle of 230.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808ABD is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 138 | 189 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.26 |
| HSL | 230.16º | 0.32% | 0.62% | - |
| HSV(B) | 230.16º | 0.32% | 0.74% | - |
| XYZ | 27.18 | 26.44 | 51.82 | - |
| YUV | 140.82 | 155.19 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 189 | 0.32 | 0.27 | 0 | 0.26 | 230.16 | 0.32 | 0.62 |
| Hex | 80 | 8A | BD | 20 | 1B | 0 | 1A | E6 | 20 | 3E |
| Octal | 200 | 212 | 275 | 40 | 33 | 0 | 32 | 346 | 40 | 76 |
| Binary | 10000000 | 10001010 | 10111101 | 100000 | 11011 | 0 | 11010 | 11100110 | 100000 | 111110 |
Color Harmonies of #808ABD
Complementary color
Monochromatic Colors of #808ABD
Black with #808ABD
Text Example
Text Example
White with #808ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ABD; }
p { color: rgb(128,138,189); }
H1.HeaderClassName
{
color: #808ABD;
}
.AnyTagClassName
{
color: #808ABD;
}
</style>
background-color css
<style>
a { background-color: #808ABD; }
a { background-color: rgb(128,138,189); }
div.DivClassName
{
background-color: #808ABD;
}
.BgClassName
{
background-color: #808ABD;
}
</style>
border-color css
<style>
span { border-color: #808ABD; }
span { border-color: rgb(128,138,189); }
td.TdClassName
{
border-color: #808ABD;
}
.TagClassName
{
border-color: #808ABD;
}
</style>