Shades of Wild Blue Yonder #8995BD
Tints of Wild Blue Yonder #8995BD
RGB
CMYK
RGB Variations
Color information
#8995BD (or 0x8995BD) is known color: Wild Blue Yonder. HEX triplet: 89, 95 and BD. RGB value is (137,149,189). Sum of RGB (Red+Green+Blue) = 137+149+189=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #8995BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995BD is #766A42. Grayscale: #959595. Windows color (decimal): -7760451 or 12424585. OLE color: 12424585.
HSL color Cylindrical-coordinate representation of color #8995BD: hue angle of 226.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8995BD is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 149 | 189 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.26 |
| HSL | 226.15º | 0.28% | 0.64% | - |
| HSV(B) | 226.15º | 0.28% | 0.74% | - |
| XYZ | 30.25 | 30.49 | 52.43 | - |
| YUV | 149.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 189 | 0.28 | 0.21 | 0 | 0.26 | 226.15 | 0.28 | 0.64 |
| Hex | 89 | 95 | BD | 1C | 15 | 0 | 1A | E2 | 1C | 40 |
| Octal | 211 | 225 | 275 | 34 | 25 | 0 | 32 | 342 | 34 | 100 |
| Binary | 10001001 | 10010101 | 10111101 | 11100 | 10101 | 0 | 11010 | 11100010 | 11100 | 1000000 |
Color Harmonies of #8995BD
Complementary color
Monochromatic Colors of #8995BD
Black with #8995BD
Text Example
Text Example
White with #8995BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995BD; }
p { color: rgb(137,149,189); }
H1.HeaderClassName
{
color: #8995BD;
}
.AnyTagClassName
{
color: #8995BD;
}
</style>
background-color css
<style>
a { background-color: #8995BD; }
a { background-color: rgb(137,149,189); }
div.DivClassName
{
background-color: #8995BD;
}
.BgClassName
{
background-color: #8995BD;
}
</style>
border-color css
<style>
span { border-color: #8995BD; }
span { border-color: rgb(137,149,189); }
td.TdClassName
{
border-color: #8995BD;
}
.TagClassName
{
border-color: #8995BD;
}
</style>