Shades of Wild Blue Yonder #8995C1
Tints of Wild Blue Yonder #8995C1
RGB
CMYK
RGB Variations
Color information
#8995C1 (or 0x8995C1) is known color: Wild Blue Yonder. HEX triplet: 89, 95 and C1. RGB value is (137,149,193). Sum of RGB (Red+Green+Blue) = 137+149+193=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #8995C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8995C1 is #766A3E. Grayscale: #969696. Windows color (decimal): -7760447 or 12686729. OLE color: 12686729.
HSL color Cylindrical-coordinate representation of color #8995C1: hue angle of 227.14º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8995C1 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 149 | 193 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.24 |
| HSL | 227.14º | 0.31% | 0.65% | - |
| HSV(B) | 227.14º | 0.29% | 0.76% | - |
| XYZ | 30.69 | 30.66 | 54.75 | - |
| YUV | 150.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 149 | 193 | 0.29 | 0.23 | 0 | 0.24 | 227.14 | 0.31 | 0.65 |
| Hex | 89 | 95 | C1 | 1D | 17 | 0 | 18 | E3 | 1F | 41 |
| Octal | 211 | 225 | 301 | 35 | 27 | 0 | 30 | 343 | 37 | 101 |
| Binary | 10001001 | 10010101 | 11000001 | 11101 | 10111 | 0 | 11000 | 11100011 | 11111 | 1000001 |
Color Harmonies of #8995C1
Complementary color
Monochromatic Colors of #8995C1
Black with #8995C1
Text Example
Text Example
White with #8995C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8995C1; }
p { color: rgb(137,149,193); }
H1.HeaderClassName
{
color: #8995C1;
}
.AnyTagClassName
{
color: #8995C1;
}
</style>
background-color css
<style>
a { background-color: #8995C1; }
a { background-color: rgb(137,149,193); }
div.DivClassName
{
background-color: #8995C1;
}
.BgClassName
{
background-color: #8995C1;
}
</style>
border-color css
<style>
span { border-color: #8995C1; }
span { border-color: rgb(137,149,193); }
td.TdClassName
{
border-color: #8995C1;
}
.TagClassName
{
border-color: #8995C1;
}
</style>