Shades of Wild Blue Yonder #808BBE
Tints of Wild Blue Yonder #808BBE
RGB
CMYK
RGB Variations
Color information
#808BBE (or 0x808BBE) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and BE. RGB value is (128,139,190). Sum of RGB (Red+Green+Blue) = 128+139+190=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #808BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BBE is #7F7441. Grayscale: #8D8D8D. Windows color (decimal): -8352834 or 12487552. OLE color: 12487552.
HSL color Cylindrical-coordinate representation of color #808BBE: hue angle of 229.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #808BBE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 139 | 190 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.25 |
| HSL | 229.35º | 0.32% | 0.62% | - |
| HSV(B) | 229.35º | 0.33% | 0.75% | - |
| XYZ | 27.43 | 26.77 | 52.44 | - |
| YUV | 141.53 | 155.36 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 190 | 0.33 | 0.27 | 0 | 0.25 | 229.35 | 0.32 | 0.62 |
| Hex | 80 | 8B | BE | 21 | 1B | 0 | 19 | E5 | 20 | 3E |
| Octal | 200 | 213 | 276 | 41 | 33 | 0 | 31 | 345 | 40 | 76 |
| Binary | 10000000 | 10001011 | 10111110 | 100001 | 11011 | 0 | 11001 | 11100101 | 100000 | 111110 |
Color Harmonies of #808BBE
Complementary color
Monochromatic Colors of #808BBE
Black with #808BBE
Text Example
Text Example
White with #808BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BBE; }
p { color: rgb(128,139,190); }
H1.HeaderClassName
{
color: #808BBE;
}
.AnyTagClassName
{
color: #808BBE;
}
</style>
background-color css
<style>
a { background-color: #808BBE; }
a { background-color: rgb(128,139,190); }
div.DivClassName
{
background-color: #808BBE;
}
.BgClassName
{
background-color: #808BBE;
}
</style>
border-color css
<style>
span { border-color: #808BBE; }
span { border-color: rgb(128,139,190); }
td.TdClassName
{
border-color: #808BBE;
}
.TagClassName
{
border-color: #808BBE;
}
</style>