Shades of Light Slate Blue #8891FF
Tints of Light Slate Blue #8891FF
RGB
CMYK
RGB Variations
Color information
#8891FF (or 0x8891FF) is known color: Light Slate Blue. HEX triplet: 88, 91 and FF. RGB value is (136,145,255). Sum of RGB (Red+Green+Blue) = 136+145+255=536 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.37% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #8891FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8891FF is #776E00. Grayscale: #9A9A9A. Windows color (decimal): -7826945 or 16748936. OLE color: 16748936.
HSL color Cylindrical-coordinate representation of color #8891FF: hue angle of 235.46º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8891FF is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 145 | 255 | - |
| CMYK | 0.47 | 0.43 | 0 | 0 |
| HSL | 235.46º | 1% | 0.77% | - |
| HSV(B) | 235.46º | 0.47% | 1% | - |
| XYZ | 38.33 | 32.71 | 98.9 | - |
| YUV | 154.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 145 | 255 | 0.47 | 0.43 | 0 | 0 | 235.46 | 1 | 0.77 |
| Hex | 88 | 91 | FF | 2F | 2B | 0 | 0 | EB | 64 | 4D |
| Octal | 210 | 221 | 377 | 57 | 53 | 0 | 0 | 353 | 144 | 115 |
| Binary | 10001000 | 10010001 | 11111111 | 101111 | 101011 | 0 | 0 | 11101011 | 1100100 | 1001101 |
Color Harmonies of #8891FF
Complementary color
Monochromatic Colors of #8891FF
Black with #8891FF
Text Example
Text Example
White with #8891FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8891FF; }
p { color: rgb(136,145,255); }
H1.HeaderClassName
{
color: #8891FF;
}
.AnyTagClassName
{
color: #8891FF;
}
</style>
background-color css
<style>
a { background-color: #8891FF; }
a { background-color: rgb(136,145,255); }
div.DivClassName
{
background-color: #8891FF;
}
.BgClassName
{
background-color: #8891FF;
}
</style>
border-color css
<style>
span { border-color: #8891FF; }
span { border-color: rgb(136,145,255); }
td.TdClassName
{
border-color: #8891FF;
}
.TagClassName
{
border-color: #8891FF;
}
</style>