Shades of Wild Blue Yonder #808FBB
Tints of Wild Blue Yonder #808FBB
RGB
CMYK
RGB Variations
Color information
#808FBB (or 0x808FBB) is known color: Wild Blue Yonder. HEX triplet: 80, 8F and BB. RGB value is (128,143,187). Sum of RGB (Red+Green+Blue) = 128+143+187=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #808FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #808FBB is #7F7044. Grayscale: #8F8F8F. Windows color (decimal): -8351813 or 12291968. OLE color: 12291968.
HSL color Cylindrical-coordinate representation of color #808FBB: hue angle of 224.75º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #808FBB is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 143 | 187 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.27 |
| HSL | 224.75º | 0.3% | 0.62% | - |
| HSV(B) | 224.75º | 0.32% | 0.73% | - |
| XYZ | 27.69 | 27.82 | 50.92 | - |
| YUV | 143.53 | 152.53 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 187 | 0.32 | 0.24 | 0 | 0.27 | 224.75 | 0.3 | 0.62 |
| Hex | 80 | 8F | BB | 20 | 18 | 0 | 1B | E1 | 1E | 3E |
| Octal | 200 | 217 | 273 | 40 | 30 | 0 | 33 | 341 | 36 | 76 |
| Binary | 10000000 | 10001111 | 10111011 | 100000 | 11000 | 0 | 11011 | 11100001 | 11110 | 111110 |
Color Harmonies of #808FBB
Complementary color
Monochromatic Colors of #808FBB
Black with #808FBB
Text Example
Text Example
White with #808FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FBB; }
p { color: rgb(128,143,187); }
H1.HeaderClassName
{
color: #808FBB;
}
.AnyTagClassName
{
color: #808FBB;
}
</style>
background-color css
<style>
a { background-color: #808FBB; }
a { background-color: rgb(128,143,187); }
div.DivClassName
{
background-color: #808FBB;
}
.BgClassName
{
background-color: #808FBB;
}
</style>
border-color css
<style>
span { border-color: #808FBB; }
span { border-color: rgb(128,143,187); }
td.TdClassName
{
border-color: #808FBB;
}
.TagClassName
{
border-color: #808FBB;
}
</style>