Shades of Wild Blue Yonder #8B90BB
Tints of Wild Blue Yonder #8B90BB
RGB
CMYK
RGB Variations
Color information
#8B90BB (or 0x8B90BB) is known color: Wild Blue Yonder. HEX triplet: 8B, 90 and BB. RGB value is (139,144,187). Sum of RGB (Red+Green+Blue) = 139+144+187=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B90BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B90BB is #746F44. Grayscale: #939393. Windows color (decimal): -7630661 or 12292235. OLE color: 12292235.
HSL color Cylindrical-coordinate representation of color #8B90BB: hue angle of 233.75º 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 #8B90BB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 144 | 187 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.27 |
| HSL | 233.75º | 0.26% | 0.64% | - |
| HSV(B) | 233.75º | 0.26% | 0.73% | - |
| XYZ | 29.59 | 29.02 | 51.06 | - |
| YUV | 147.41 | 150.34 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 187 | 0.26 | 0.23 | 0 | 0.27 | 233.75 | 0.26 | 0.64 |
| Hex | 8B | 90 | BB | 1A | 17 | 0 | 1B | EA | 1A | 40 |
| Octal | 213 | 220 | 273 | 32 | 27 | 0 | 33 | 352 | 32 | 100 |
| Binary | 10001011 | 10010000 | 10111011 | 11010 | 10111 | 0 | 11011 | 11101010 | 11010 | 1000000 |
Color Harmonies of #8B90BB
Complementary color
Monochromatic Colors of #8B90BB
Black with #8B90BB
Text Example
Text Example
White with #8B90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B90BB; }
p { color: rgb(139,144,187); }
H1.HeaderClassName
{
color: #8B90BB;
}
.AnyTagClassName
{
color: #8B90BB;
}
</style>
background-color css
<style>
a { background-color: #8B90BB; }
a { background-color: rgb(139,144,187); }
div.DivClassName
{
background-color: #8B90BB;
}
.BgClassName
{
background-color: #8B90BB;
}
</style>
border-color css
<style>
span { border-color: #8B90BB; }
span { border-color: rgb(139,144,187); }
td.TdClassName
{
border-color: #8B90BB;
}
.TagClassName
{
border-color: #8B90BB;
}
</style>