Shades of Wild Blue Yonder #8895C1
Tints of Wild Blue Yonder #8895C1
RGB
CMYK
RGB Variations
Color information
#8895C1 (or 0x8895C1) is known color: Wild Blue Yonder. HEX triplet: 88, 95 and C1. RGB value is (136,149,193). Sum of RGB (Red+Green+Blue) = 136+149+193=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #8895C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8895C1 is #776A3E. Grayscale: #959595. Windows color (decimal): -7825983 or 12686728. OLE color: 12686728.
HSL color Cylindrical-coordinate representation of color #8895C1: hue angle of 226.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8895C1 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 149 | 193 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.24 |
| HSL | 226.32º | 0.31% | 0.65% | - |
| HSV(B) | 226.32º | 0.3% | 0.76% | - |
| XYZ | 30.53 | 30.58 | 54.75 | - |
| YUV | 150.13 | 152.19 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 149 | 193 | 0.30 | 0.23 | 0 | 0.24 | 226.32 | 0.31 | 0.65 |
| Hex | 88 | 95 | C1 | 1E | 17 | 0 | 18 | E2 | 1F | 41 |
| Octal | 210 | 225 | 301 | 36 | 27 | 0 | 30 | 342 | 37 | 101 |
| Binary | 10001000 | 10010101 | 11000001 | 11110 | 10111 | 0 | 11000 | 11100010 | 11111 | 1000001 |
Color Harmonies of #8895C1
Complementary color
Monochromatic Colors of #8895C1
Black with #8895C1
Text Example
Text Example
White with #8895C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8895C1; }
p { color: rgb(136,149,193); }
H1.HeaderClassName
{
color: #8895C1;
}
.AnyTagClassName
{
color: #8895C1;
}
</style>
background-color css
<style>
a { background-color: #8895C1; }
a { background-color: rgb(136,149,193); }
div.DivClassName
{
background-color: #8895C1;
}
.BgClassName
{
background-color: #8895C1;
}
</style>
border-color css
<style>
span { border-color: #8895C1; }
span { border-color: rgb(136,149,193); }
td.TdClassName
{
border-color: #8895C1;
}
.TagClassName
{
border-color: #8895C1;
}
</style>