Shades of Wild Blue Yonder #8B90BC
Tints of Wild Blue Yonder #8B90BC
RGB
CMYK
RGB Variations
Color information
#8B90BC (or 0x8B90BC) is known color: Wild Blue Yonder. HEX triplet: 8B, 90 and BC. RGB value is (139,144,188). Sum of RGB (Red+Green+Blue) = 139+144+188=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 144 (56.64% from 255 or 30.57% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B90BC is #746F43. Grayscale: #939393. Windows color (decimal): -7630660 or 12357771. OLE color: 12357771.
HSL color Cylindrical-coordinate representation of color #8B90BC: hue angle of 233.88º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B90BC is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 144 | 188 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.26 |
| HSL | 233.88º | 0.27% | 0.64% | - |
| HSV(B) | 233.88º | 0.26% | 0.74% | - |
| XYZ | 29.7 | 29.07 | 51.62 | - |
| YUV | 147.52 | 150.84 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 144 | 188 | 0.26 | 0.23 | 0 | 0.26 | 233.88 | 0.27 | 0.64 |
| Hex | 8B | 90 | BC | 1A | 17 | 0 | 1A | EA | 1B | 40 |
| Octal | 213 | 220 | 274 | 32 | 27 | 0 | 32 | 352 | 33 | 100 |
| Binary | 10001011 | 10010000 | 10111100 | 11010 | 10111 | 0 | 11010 | 11101010 | 11011 | 1000000 |
Color Harmonies of #8B90BC
Complementary color
Monochromatic Colors of #8B90BC
Black with #8B90BC
Text Example
Text Example
White with #8B90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B90BC; }
p { color: rgb(139,144,188); }
H1.HeaderClassName
{
color: #8B90BC;
}
.AnyTagClassName
{
color: #8B90BC;
}
</style>
background-color css
<style>
a { background-color: #8B90BC; }
a { background-color: rgb(139,144,188); }
div.DivClassName
{
background-color: #8B90BC;
}
.BgClassName
{
background-color: #8B90BC;
}
</style>
border-color css
<style>
span { border-color: #8B90BC; }
span { border-color: rgb(139,144,188); }
td.TdClassName
{
border-color: #8B90BC;
}
.TagClassName
{
border-color: #8B90BC;
}
</style>