Shades of Wild Blue Yonder #8995BB
Tints of Wild Blue Yonder #8995BB
RGB
CMYK
RGB Variations
Color information
#8995BB (or 0x8995BB) is known color: Wild Blue Yonder. HEX triplet: 89, 95 and BB. RGB value is (137,149,187). Sum of RGB (Red+Green+Blue) = 137+149+187=473 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.96% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #8995BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995BB is #766A44. Grayscale: #959595. Windows color (decimal): -7760453 or 12293513. OLE color: 12293513.
HSL color Cylindrical-coordinate representation of color #8995BB: hue angle of 225.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8995BB is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 149 | 187 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.27 |
| HSL | 225.6º | 0.27% | 0.64% | - |
| HSV(B) | 225.6º | 0.27% | 0.73% | - |
| XYZ | 30.03 | 30.4 | 51.3 | - |
| YUV | 149.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 187 | 0.27 | 0.20 | 0 | 0.27 | 225.6 | 0.27 | 0.64 |
| Hex | 89 | 95 | BB | 1B | 14 | 0 | 1B | E2 | 1B | 40 |
| Octal | 211 | 225 | 273 | 33 | 24 | 0 | 33 | 342 | 33 | 100 |
| Binary | 10001001 | 10010101 | 10111011 | 11011 | 10100 | 0 | 11011 | 11100010 | 11011 | 1000000 |
Color Harmonies of #8995BB
Complementary color
Monochromatic Colors of #8995BB
Black with #8995BB
Text Example
Text Example
White with #8995BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995BB; }
p { color: rgb(137,149,187); }
H1.HeaderClassName
{
color: #8995BB;
}
.AnyTagClassName
{
color: #8995BB;
}
</style>
background-color css
<style>
a { background-color: #8995BB; }
a { background-color: rgb(137,149,187); }
div.DivClassName
{
background-color: #8995BB;
}
.BgClassName
{
background-color: #8995BB;
}
</style>
border-color css
<style>
span { border-color: #8995BB; }
span { border-color: rgb(137,149,187); }
td.TdClassName
{
border-color: #8995BB;
}
.TagClassName
{
border-color: #8995BB;
}
</style>