Shades of Wild Blue Yonder #808AC1
Tints of Wild Blue Yonder #808AC1
RGB
CMYK
RGB Variations
Color information
#808AC1 (or 0x808AC1) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and C1. RGB value is (128,138,193). Sum of RGB (Red+Green+Blue) = 128+138+193=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #808AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808AC1 is #7F753E. Grayscale: #8D8D8D. Windows color (decimal): -8353087 or 12683904. OLE color: 12683904.
HSL color Cylindrical-coordinate representation of color #808AC1: hue angle of 230.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808AC1 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 138 | 193 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.24 |
| HSL | 230.77º | 0.34% | 0.63% | - |
| HSV(B) | 230.77º | 0.34% | 0.76% | - |
| XYZ | 27.62 | 26.62 | 54.13 | - |
| YUV | 141.28 | 157.19 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 193 | 0.34 | 0.28 | 0 | 0.24 | 230.77 | 0.34 | 0.63 |
| Hex | 80 | 8A | C1 | 22 | 1C | 0 | 18 | E7 | 22 | 3F |
| Octal | 200 | 212 | 301 | 42 | 34 | 0 | 30 | 347 | 42 | 77 |
| Binary | 10000000 | 10001010 | 11000001 | 100010 | 11100 | 0 | 11000 | 11100111 | 100010 | 111111 |
Color Harmonies of #808AC1
Complementary color
Monochromatic Colors of #808AC1
Black with #808AC1
Text Example
Text Example
White with #808AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808AC1; }
p { color: rgb(128,138,193); }
H1.HeaderClassName
{
color: #808AC1;
}
.AnyTagClassName
{
color: #808AC1;
}
</style>
background-color css
<style>
a { background-color: #808AC1; }
a { background-color: rgb(128,138,193); }
div.DivClassName
{
background-color: #808AC1;
}
.BgClassName
{
background-color: #808AC1;
}
</style>
border-color css
<style>
span { border-color: #808AC1; }
span { border-color: rgb(128,138,193); }
td.TdClassName
{
border-color: #808AC1;
}
.TagClassName
{
border-color: #808AC1;
}
</style>