Shades of Wild Blue Yonder #808BC6
Tints of Wild Blue Yonder #808BC6
RGB
CMYK
RGB Variations
Color information
#808BC6 (or 0x808BC6) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and C6. RGB value is (128,139,198). Sum of RGB (Red+Green+Blue) = 128+139+198=465 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.53% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #808BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BC6 is #7F7439. Grayscale: #8E8E8E. Windows color (decimal): -8352826 or 13011840. OLE color: 13011840.
HSL color Cylindrical-coordinate representation of color #808BC6: hue angle of 230.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808BC6 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 139 | 198 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.22 |
| HSL | 230.57º | 0.38% | 0.64% | - |
| HSV(B) | 230.57º | 0.35% | 0.78% | - |
| XYZ | 28.33 | 27.13 | 57.17 | - |
| YUV | 142.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 198 | 0.35 | 0.30 | 0 | 0.22 | 230.57 | 0.38 | 0.64 |
| Hex | 80 | 8B | C6 | 23 | 1E | 0 | 16 | E7 | 26 | 40 |
| Octal | 200 | 213 | 306 | 43 | 36 | 0 | 26 | 347 | 46 | 100 |
| Binary | 10000000 | 10001011 | 11000110 | 100011 | 11110 | 0 | 10110 | 11100111 | 100110 | 1000000 |
Color Harmonies of #808BC6
Complementary color
Monochromatic Colors of #808BC6
Black with #808BC6
Text Example
Text Example
White with #808BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BC6; }
p { color: rgb(128,139,198); }
H1.HeaderClassName
{
color: #808BC6;
}
.AnyTagClassName
{
color: #808BC6;
}
</style>
background-color css
<style>
a { background-color: #808BC6; }
a { background-color: rgb(128,139,198); }
div.DivClassName
{
background-color: #808BC6;
}
.BgClassName
{
background-color: #808BC6;
}
</style>
border-color css
<style>
span { border-color: #808BC6; }
span { border-color: rgb(128,139,198); }
td.TdClassName
{
border-color: #808BC6;
}
.TagClassName
{
border-color: #808BC6;
}
</style>