Shades of Wild Blue Yonder #8B95BA
Tints of Wild Blue Yonder #8B95BA
RGB
CMYK
RGB Variations
Color information
#8B95BA (or 0x8B95BA) is known color: Wild Blue Yonder. HEX triplet: 8B, 95 and BA. RGB value is (139,149,186). Sum of RGB (Red+Green+Blue) = 139+149+186=474 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.32% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95BA is #746A45. Grayscale: #969696. Windows color (decimal): -7629382 or 12227979. OLE color: 12227979.
HSL color Cylindrical-coordinate representation of color #8B95BA: hue angle of 227.23º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B95BA is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 149 | 186 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.27 |
| HSL | 227.23º | 0.25% | 0.64% | - |
| HSV(B) | 227.23º | 0.25% | 0.73% | - |
| XYZ | 30.26 | 30.53 | 50.75 | - |
| YUV | 150.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 186 | 0.25 | 0.20 | 0 | 0.27 | 227.23 | 0.25 | 0.64 |
| Hex | 8B | 95 | BA | 19 | 14 | 0 | 1B | E3 | 19 | 40 |
| Octal | 213 | 225 | 272 | 31 | 24 | 0 | 33 | 343 | 31 | 100 |
| Binary | 10001011 | 10010101 | 10111010 | 11001 | 10100 | 0 | 11011 | 11100011 | 11001 | 1000000 |
Color Harmonies of #8B95BA
Complementary color
Monochromatic Colors of #8B95BA
Black with #8B95BA
Text Example
Text Example
White with #8B95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B95BA; }
p { color: rgb(139,149,186); }
H1.HeaderClassName
{
color: #8B95BA;
}
.AnyTagClassName
{
color: #8B95BA;
}
</style>
background-color css
<style>
a { background-color: #8B95BA; }
a { background-color: rgb(139,149,186); }
div.DivClassName
{
background-color: #8B95BA;
}
.BgClassName
{
background-color: #8B95BA;
}
</style>
border-color css
<style>
span { border-color: #8B95BA; }
span { border-color: rgb(139,149,186); }
td.TdClassName
{
border-color: #8B95BA;
}
.TagClassName
{
border-color: #8B95BA;
}
</style>