Shades of Wild Blue Yonder #808BB8
Tints of Wild Blue Yonder #808BB8
RGB
CMYK
RGB Variations
Color information
#808BB8 (or 0x808BB8) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and B8. RGB value is (128,139,184). Sum of RGB (Red+Green+Blue) = 128+139+184=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 184 - color contains mainly: blue. Hex color #808BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BB8 is #7F7447. Grayscale: #8C8C8C. Windows color (decimal): -8352840 or 12094336. OLE color: 12094336.
HSL color Cylindrical-coordinate representation of color #808BB8: hue angle of 228.21º 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 #808BB8 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 139 | 184 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.28 |
| HSL | 228.21º | 0.28% | 0.61% | - |
| HSV(B) | 228.21º | 0.3% | 0.72% | - |
| XYZ | 26.79 | 26.52 | 49.05 | - |
| YUV | 140.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 184 | 0.30 | 0.24 | 0 | 0.28 | 228.21 | 0.28 | 0.61 |
| Hex | 80 | 8B | B8 | 1E | 18 | 0 | 1C | E4 | 1C | 3D |
| Octal | 200 | 213 | 270 | 36 | 30 | 0 | 34 | 344 | 34 | 75 |
| Binary | 10000000 | 10001011 | 10111000 | 11110 | 11000 | 0 | 11100 | 11100100 | 11100 | 111101 |
Color Harmonies of #808BB8
Complementary color
Monochromatic Colors of #808BB8
Black with #808BB8
Text Example
Text Example
White with #808BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BB8; }
p { color: rgb(128,139,184); }
H1.HeaderClassName
{
color: #808BB8;
}
.AnyTagClassName
{
color: #808BB8;
}
</style>
background-color css
<style>
a { background-color: #808BB8; }
a { background-color: rgb(128,139,184); }
div.DivClassName
{
background-color: #808BB8;
}
.BgClassName
{
background-color: #808BB8;
}
</style>
border-color css
<style>
span { border-color: #808BB8; }
span { border-color: rgb(128,139,184); }
td.TdClassName
{
border-color: #808BB8;
}
.TagClassName
{
border-color: #808BB8;
}
</style>