Shades of Wild Blue Yonder #808CBD
Tints of Wild Blue Yonder #808CBD
RGB
CMYK
RGB Variations
Color information
#808CBD (or 0x808CBD) is known color: Wild Blue Yonder. HEX triplet: 80, 8C and BD. RGB value is (128,140,189). Sum of RGB (Red+Green+Blue) = 128+140+189=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #808CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808CBD is #7F7342. Grayscale: #8D8D8D. Windows color (decimal): -8352579 or 12422272. OLE color: 12422272.
HSL color Cylindrical-coordinate representation of color #808CBD: hue angle of 228.2º 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 #808CBD is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 140 | 189 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.26 |
| HSL | 228.2º | 0.32% | 0.62% | - |
| HSV(B) | 228.2º | 0.32% | 0.74% | - |
| XYZ | 27.47 | 27.02 | 51.91 | - |
| YUV | 142 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 189 | 0.32 | 0.26 | 0 | 0.26 | 228.2 | 0.32 | 0.62 |
| Hex | 80 | 8C | BD | 20 | 1A | 0 | 1A | E4 | 20 | 3E |
| Octal | 200 | 214 | 275 | 40 | 32 | 0 | 32 | 344 | 40 | 76 |
| Binary | 10000000 | 10001100 | 10111101 | 100000 | 11010 | 0 | 11010 | 11100100 | 100000 | 111110 |
Color Harmonies of #808CBD
Complementary color
Monochromatic Colors of #808CBD
Black with #808CBD
Text Example
Text Example
White with #808CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808CBD; }
p { color: rgb(128,140,189); }
H1.HeaderClassName
{
color: #808CBD;
}
.AnyTagClassName
{
color: #808CBD;
}
</style>
background-color css
<style>
a { background-color: #808CBD; }
a { background-color: rgb(128,140,189); }
div.DivClassName
{
background-color: #808CBD;
}
.BgClassName
{
background-color: #808CBD;
}
</style>
border-color css
<style>
span { border-color: #808CBD; }
span { border-color: rgb(128,140,189); }
td.TdClassName
{
border-color: #808CBD;
}
.TagClassName
{
border-color: #808CBD;
}
</style>