Shades of Wild Blue Yonder #808FB4
Tints of Wild Blue Yonder #808FB4
RGB
CMYK
RGB Variations
Color information
#808FB4 (or 0x808FB4) is known color: Wild Blue Yonder. HEX triplet: 80, 8F and B4. RGB value is (128,143,180). Sum of RGB (Red+Green+Blue) = 128+143+180=451 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.38% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 180 - color contains mainly: blue. Hex color #808FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FB4 is #7F704B. Grayscale: #8E8E8E. Windows color (decimal): -8351820 or 11833216. OLE color: 11833216.
HSL color Cylindrical-coordinate representation of color #808FB4: hue angle of 222.69º 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 #808FB4 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 143 | 180 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.29 |
| HSL | 222.69º | 0.26% | 0.6% | - |
| HSV(B) | 222.69º | 0.29% | 0.71% | - |
| XYZ | 26.96 | 27.53 | 47.07 | - |
| YUV | 142.73 | 149.03 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 180 | 0.29 | 0.21 | 0 | 0.29 | 222.69 | 0.26 | 0.6 |
| Hex | 80 | 8F | B4 | 1D | 15 | 0 | 1D | DF | 1A | 3C |
| Octal | 200 | 217 | 264 | 35 | 25 | 0 | 35 | 337 | 32 | 74 |
| Binary | 10000000 | 10001111 | 10110100 | 11101 | 10101 | 0 | 11101 | 11011111 | 11010 | 111100 |
Color Harmonies of #808FB4
Complementary color
Monochromatic Colors of #808FB4
Black with #808FB4
Text Example
Text Example
White with #808FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FB4; }
p { color: rgb(128,143,180); }
H1.HeaderClassName
{
color: #808FB4;
}
.AnyTagClassName
{
color: #808FB4;
}
</style>
background-color css
<style>
a { background-color: #808FB4; }
a { background-color: rgb(128,143,180); }
div.DivClassName
{
background-color: #808FB4;
}
.BgClassName
{
background-color: #808FB4;
}
</style>
border-color css
<style>
span { border-color: #808FB4; }
span { border-color: rgb(128,143,180); }
td.TdClassName
{
border-color: #808FB4;
}
.TagClassName
{
border-color: #808FB4;
}
</style>