Shades of Light Slate Blue #8885F1
Tints of Light Slate Blue #8885F1
RGB
CMYK
RGB Variations
Color information
#8885F1 (or 0x8885F1) is known color: Light Slate Blue. HEX triplet: 88, 85 and F1. RGB value is (136,133,241). Sum of RGB (Red+Green+Blue) = 136+133+241=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #8885F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8885F1 is #777A0E. Grayscale: #919191. Windows color (decimal): -7830031 or 15828360. OLE color: 15828360.
HSL color Cylindrical-coordinate representation of color #8885F1: hue angle of 241.67º 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 #8885F1 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 133 | 241 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.05 |
| HSL | 241.67º | 0.79% | 0.73% | - |
| HSV(B) | 241.67º | 0.45% | 0.95% | - |
| XYZ | 34.42 | 28.36 | 86.88 | - |
| YUV | 146.21 | 181.49 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 241 | 0.44 | 0.45 | 0 | 0.05 | 241.67 | 0.79 | 0.73 |
| Hex | 88 | 85 | F1 | 2C | 2D | 0 | 5 | F2 | 4F | 49 |
| Octal | 210 | 205 | 361 | 54 | 55 | 0 | 5 | 362 | 117 | 111 |
| Binary | 10001000 | 10000101 | 11110001 | 101100 | 101101 | 0 | 101 | 11110010 | 1001111 | 1001001 |
Color Harmonies of #8885F1
Complementary color
Monochromatic Colors of #8885F1
Black with #8885F1
Text Example
Text Example
White with #8885F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885F1; }
p { color: rgb(136,133,241); }
H1.HeaderClassName
{
color: #8885F1;
}
.AnyTagClassName
{
color: #8885F1;
}
</style>
background-color css
<style>
a { background-color: #8885F1; }
a { background-color: rgb(136,133,241); }
div.DivClassName
{
background-color: #8885F1;
}
.BgClassName
{
background-color: #8885F1;
}
</style>
border-color css
<style>
span { border-color: #8885F1; }
span { border-color: rgb(136,133,241); }
td.TdClassName
{
border-color: #8885F1;
}
.TagClassName
{
border-color: #8885F1;
}
</style>