Shades of Wild Blue Yonder #808BB4
Tints of Wild Blue Yonder #808BB4
RGB
CMYK
RGB Variations
Color information
#808BB4 (or 0x808BB4) is known color: Wild Blue Yonder. HEX triplet: 80, 8B and B4. RGB value is (128,139,180). Sum of RGB (Red+Green+Blue) = 128+139+180=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 180 (70.70% from 255 or 40.27% from 447); Max value from RGB is 180 - color contains mainly: blue. Hex color #808BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808BB4 is #7F744B. Grayscale: #8C8C8C. Windows color (decimal): -8352844 or 11832192. OLE color: 11832192.
HSL color Cylindrical-coordinate representation of color #808BB4: hue angle of 227.31º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #808BB4 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 139 | 180 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.29 |
| HSL | 227.31º | 0.26% | 0.6% | - |
| HSV(B) | 227.31º | 0.29% | 0.71% | - |
| XYZ | 26.37 | 26.35 | 46.88 | - |
| YUV | 140.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 180 | 0.29 | 0.23 | 0 | 0.29 | 227.31 | 0.26 | 0.6 |
| Hex | 80 | 8B | B4 | 1D | 17 | 0 | 1D | E3 | 1A | 3C |
| Octal | 200 | 213 | 264 | 35 | 27 | 0 | 35 | 343 | 32 | 74 |
| Binary | 10000000 | 10001011 | 10110100 | 11101 | 10111 | 0 | 11101 | 11100011 | 11010 | 111100 |
Color Harmonies of #808BB4
Complementary color
Monochromatic Colors of #808BB4
Black with #808BB4
Text Example
Text Example
White with #808BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BB4; }
p { color: rgb(128,139,180); }
H1.HeaderClassName
{
color: #808BB4;
}
.AnyTagClassName
{
color: #808BB4;
}
</style>
background-color css
<style>
a { background-color: #808BB4; }
a { background-color: rgb(128,139,180); }
div.DivClassName
{
background-color: #808BB4;
}
.BgClassName
{
background-color: #808BB4;
}
</style>
border-color css
<style>
span { border-color: #808BB4; }
span { border-color: rgb(128,139,180); }
td.TdClassName
{
border-color: #808BB4;
}
.TagClassName
{
border-color: #808BB4;
}
</style>