Shades of Wild Blue Yonder #808BB7
Tints of Wild Blue Yonder #808BB7
RGB
CMYK
RGB Variations
Color information
#808BB7 (or 0x808BB7) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and B7. RGB value is (128,139,183). Sum of RGB (Red+Green+Blue) = 128+139+183=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 183 - color contains mainly: blue. Hex color #808BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BB7 is #7F7448. Grayscale: #8C8C8C. Windows color (decimal): -8352841 or 12028800. OLE color: 12028800.
HSL color Cylindrical-coordinate representation of color #808BB7: hue angle of 228º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #808BB7 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 139 | 183 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.28 |
| HSL | 228º | 0.28% | 0.61% | - |
| HSV(B) | 228º | 0.3% | 0.72% | - |
| XYZ | 26.68 | 26.47 | 48.5 | - |
| YUV | 140.73 | 151.86 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 183 | 0.30 | 0.24 | 0 | 0.28 | 228 | 0.28 | 0.61 |
| Hex | 80 | 8B | B7 | 1E | 18 | 0 | 1C | E4 | 1C | 3D |
| Octal | 200 | 213 | 267 | 36 | 30 | 0 | 34 | 344 | 34 | 75 |
| Binary | 10000000 | 10001011 | 10110111 | 11110 | 11000 | 0 | 11100 | 11100100 | 11100 | 111101 |
Color Harmonies of #808BB7
Complementary color
Monochromatic Colors of #808BB7
Black with #808BB7
Text Example
Text Example
White with #808BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BB7; }
p { color: rgb(128,139,183); }
H1.HeaderClassName
{
color: #808BB7;
}
.AnyTagClassName
{
color: #808BB7;
}
</style>
background-color css
<style>
a { background-color: #808BB7; }
a { background-color: rgb(128,139,183); }
div.DivClassName
{
background-color: #808BB7;
}
.BgClassName
{
background-color: #808BB7;
}
</style>
border-color css
<style>
span { border-color: #808BB7; }
span { border-color: rgb(128,139,183); }
td.TdClassName
{
border-color: #808BB7;
}
.TagClassName
{
border-color: #808BB7;
}
</style>