Shades of Wild Blue Yonder #808ACB
Tints of Wild Blue Yonder #808ACB
RGB
CMYK
RGB Variations
Color information
#808ACB (or 0x808ACB) is known color: Wild Blue Yonder. HEX triplet: 80, 8A and CB. RGB value is (128,138,203). Sum of RGB (Red+Green+Blue) = 128+138+203=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #808ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808ACB is #7F7534. Grayscale: #8E8E8E. Windows color (decimal): -8353077 or 13339264. OLE color: 13339264.
HSL color Cylindrical-coordinate representation of color #808ACB: hue angle of 232º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808ACB is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 138 | 203 | - |
| CMYK | 0.37 | 0.32 | 0 | 0.20 |
| HSL | 232º | 0.42% | 0.65% | - |
| HSV(B) | 232º | 0.37% | 0.8% | - |
| XYZ | 28.77 | 27.08 | 60.21 | - |
| YUV | 142.42 | 162.19 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 203 | 0.37 | 0.32 | 0 | 0.20 | 232 | 0.42 | 0.65 |
| Hex | 80 | 8A | CB | 25 | 20 | 0 | 14 | E8 | 2A | 41 |
| Octal | 200 | 212 | 313 | 45 | 40 | 0 | 24 | 350 | 52 | 101 |
| Binary | 10000000 | 10001010 | 11001011 | 100101 | 100000 | 0 | 10100 | 11101000 | 101010 | 1000001 |
Color Harmonies of #808ACB
Complementary color
Monochromatic Colors of #808ACB
Black with #808ACB
Text Example
Text Example
White with #808ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808ACB; }
p { color: rgb(128,138,203); }
H1.HeaderClassName
{
color: #808ACB;
}
.AnyTagClassName
{
color: #808ACB;
}
</style>
background-color css
<style>
a { background-color: #808ACB; }
a { background-color: rgb(128,138,203); }
div.DivClassName
{
background-color: #808ACB;
}
.BgClassName
{
background-color: #808ACB;
}
</style>
border-color css
<style>
span { border-color: #808ACB; }
span { border-color: rgb(128,138,203); }
td.TdClassName
{
border-color: #808ACB;
}
.TagClassName
{
border-color: #808ACB;
}
</style>