Shades of Wild Blue Yonder #808FBA
Tints of Wild Blue Yonder #808FBA
RGB
CMYK
RGB Variations
Color information
#808FBA (or 0x808FBA) is known color: Wild Blue Yonder. HEX triplet: 80, 8F and BA. RGB value is (128,143,186). Sum of RGB (Red+Green+Blue) = 128+143+186=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #808FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FBA is #7F7045. Grayscale: #8F8F8F. Windows color (decimal): -8351814 or 12226432. OLE color: 12226432.
HSL color Cylindrical-coordinate representation of color #808FBA: hue angle of 224.48º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #808FBA is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 143 | 186 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.27 |
| HSL | 224.48º | 0.3% | 0.62% | - |
| HSV(B) | 224.48º | 0.31% | 0.73% | - |
| XYZ | 27.59 | 27.78 | 50.36 | - |
| YUV | 143.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 186 | 0.31 | 0.23 | 0 | 0.27 | 224.48 | 0.3 | 0.62 |
| Hex | 80 | 8F | BA | 1F | 17 | 0 | 1B | E0 | 1E | 3E |
| Octal | 200 | 217 | 272 | 37 | 27 | 0 | 33 | 340 | 36 | 76 |
| Binary | 10000000 | 10001111 | 10111010 | 11111 | 10111 | 0 | 11011 | 11100000 | 11110 | 111110 |
Color Harmonies of #808FBA
Complementary color
Monochromatic Colors of #808FBA
Black with #808FBA
Text Example
Text Example
White with #808FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FBA; }
p { color: rgb(128,143,186); }
H1.HeaderClassName
{
color: #808FBA;
}
.AnyTagClassName
{
color: #808FBA;
}
</style>
background-color css
<style>
a { background-color: #808FBA; }
a { background-color: rgb(128,143,186); }
div.DivClassName
{
background-color: #808FBA;
}
.BgClassName
{
background-color: #808FBA;
}
</style>
border-color css
<style>
span { border-color: #808FBA; }
span { border-color: rgb(128,143,186); }
td.TdClassName
{
border-color: #808FBA;
}
.TagClassName
{
border-color: #808FBA;
}
</style>