Shades of Light Slate Blue #8888F1
Tints of Light Slate Blue #8888F1
RGB
CMYK
RGB Variations
Color information
#8888F1 (or 0x8888F1) is known color: Light Slate Blue. HEX triplet: 88, 88 and F1. RGB value is (136,136,241). Sum of RGB (Red+Green+Blue) = 136+136+241=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #8888F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8888F1 is #77770E. Grayscale: #939393. Windows color (decimal): -7829263 or 15829128. OLE color: 15829128.
HSL color Cylindrical-coordinate representation of color #8888F1: hue angle of 240º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8888F1 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 136 | 241 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.05 |
| HSL | 240º | 0.79% | 0.74% | - |
| HSV(B) | 240º | 0.44% | 0.95% | - |
| XYZ | 34.83 | 29.19 | 87.02 | - |
| YUV | 147.97 | 180.5 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 136 | 241 | 0.44 | 0.44 | 0 | 0.05 | 240 | 0.79 | 0.74 |
| Hex | 88 | 88 | F1 | 2C | 2C | 0 | 5 | F0 | 4F | 4A |
| Octal | 210 | 210 | 361 | 54 | 54 | 0 | 5 | 360 | 117 | 112 |
| Binary | 10001000 | 10001000 | 11110001 | 101100 | 101100 | 0 | 101 | 11110000 | 1001111 | 1001010 |
Color Harmonies of #8888F1
Complementary color
Monochromatic Colors of #8888F1
Black with #8888F1
Text Example
Text Example
White with #8888F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8888F1; }
p { color: rgb(136,136,241); }
H1.HeaderClassName
{
color: #8888F1;
}
.AnyTagClassName
{
color: #8888F1;
}
</style>
background-color css
<style>
a { background-color: #8888F1; }
a { background-color: rgb(136,136,241); }
div.DivClassName
{
background-color: #8888F1;
}
.BgClassName
{
background-color: #8888F1;
}
</style>
border-color css
<style>
span { border-color: #8888F1; }
span { border-color: rgb(136,136,241); }
td.TdClassName
{
border-color: #8888F1;
}
.TagClassName
{
border-color: #8888F1;
}
</style>