Shades of Wild Blue Yonder #8B8FBB
Tints of Wild Blue Yonder #8B8FBB
RGB
CMYK
RGB Variations
Color information
#8B8FBB (or 0x8B8FBB) is known color: Wild Blue Yonder. HEX triplet: 8B, 8F and BB. RGB value is (139,143,187). Sum of RGB (Red+Green+Blue) = 139+143+187=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B8FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B8FBB is #747044. Grayscale: #929292. Windows color (decimal): -7630917 or 12291979. OLE color: 12291979.
HSL color Cylindrical-coordinate representation of color #8B8FBB: hue angle of 235º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B8FBB is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 143 | 187 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.27 |
| HSL | 235º | 0.26% | 0.64% | - |
| HSV(B) | 235º | 0.26% | 0.73% | - |
| XYZ | 29.44 | 28.72 | 51.01 | - |
| YUV | 146.82 | 150.67 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 143 | 187 | 0.26 | 0.24 | 0 | 0.27 | 235 | 0.26 | 0.64 |
| Hex | 8B | 8F | BB | 1A | 18 | 0 | 1B | EB | 1A | 40 |
| Octal | 213 | 217 | 273 | 32 | 30 | 0 | 33 | 353 | 32 | 100 |
| Binary | 10001011 | 10001111 | 10111011 | 11010 | 11000 | 0 | 11011 | 11101011 | 11010 | 1000000 |
Color Harmonies of #8B8FBB
Complementary color
Monochromatic Colors of #8B8FBB
Black with #8B8FBB
Text Example
Text Example
White with #8B8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8FBB; }
p { color: rgb(139,143,187); }
H1.HeaderClassName
{
color: #8B8FBB;
}
.AnyTagClassName
{
color: #8B8FBB;
}
</style>
background-color css
<style>
a { background-color: #8B8FBB; }
a { background-color: rgb(139,143,187); }
div.DivClassName
{
background-color: #8B8FBB;
}
.BgClassName
{
background-color: #8B8FBB;
}
</style>
border-color css
<style>
span { border-color: #8B8FBB; }
span { border-color: rgb(139,143,187); }
td.TdClassName
{
border-color: #8B8FBB;
}
.TagClassName
{
border-color: #8B8FBB;
}
</style>