Shades of Light Slate Blue #8985F1
Tints of Light Slate Blue #8985F1
RGB
CMYK
RGB Variations
Color information
#8985F1 (or 0x8985F1) is known color: Light Slate Blue. HEX triplet: 89, 85 and F1. RGB value is (137,133,241). Sum of RGB (Red+Green+Blue) = 137+133+241=511 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.81% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #8985F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8985F1 is #767A0E. Grayscale: #929292. Windows color (decimal): -7764495 or 15828361. OLE color: 15828361.
HSL color Cylindrical-coordinate representation of color #8985F1: hue angle of 242.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8985F1 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 133 | 241 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.05 |
| HSL | 242.22º | 0.79% | 0.73% | - |
| HSV(B) | 242.22º | 0.45% | 0.95% | - |
| XYZ | 34.58 | 28.44 | 86.89 | - |
| YUV | 146.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 241 | 0.43 | 0.45 | 0 | 0.05 | 242.22 | 0.79 | 0.73 |
| Hex | 89 | 85 | F1 | 2B | 2D | 0 | 5 | F2 | 4F | 49 |
| Octal | 211 | 205 | 361 | 53 | 55 | 0 | 5 | 362 | 117 | 111 |
| Binary | 10001001 | 10000101 | 11110001 | 101011 | 101101 | 0 | 101 | 11110010 | 1001111 | 1001001 |
Color Harmonies of #8985F1
Complementary color
Monochromatic Colors of #8985F1
Black with #8985F1
Text Example
Text Example
White with #8985F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8985F1; }
p { color: rgb(137,133,241); }
H1.HeaderClassName
{
color: #8985F1;
}
.AnyTagClassName
{
color: #8985F1;
}
</style>
background-color css
<style>
a { background-color: #8985F1; }
a { background-color: rgb(137,133,241); }
div.DivClassName
{
background-color: #8985F1;
}
.BgClassName
{
background-color: #8985F1;
}
</style>
border-color css
<style>
span { border-color: #8985F1; }
span { border-color: rgb(137,133,241); }
td.TdClassName
{
border-color: #8985F1;
}
.TagClassName
{
border-color: #8985F1;
}
</style>