Shades of Light Slate Blue #8872F1
Tints of Light Slate Blue #8872F1
RGB
CMYK
RGB Variations
Color information
#8872F1 (or 0x8872F1) is known color: Light Slate Blue. HEX triplet: 88, 72 and F1. RGB value is (136,114,241). Sum of RGB (Red+Green+Blue) = 136+114+241=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #8872F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8872F1 is #778D0E. Grayscale: #868686. Windows color (decimal): -7834895 or 15823496. OLE color: 15823496.
HSL color Cylindrical-coordinate representation of color #8872F1: hue angle of 250.39º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8872F1 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 114 | 241 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.05 |
| HSL | 250.39º | 0.82% | 0.7% | - |
| HSV(B) | 250.39º | 0.53% | 0.95% | - |
| XYZ | 32.05 | 23.62 | 86.09 | - |
| YUV | 135.06 | 187.79 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 114 | 241 | 0.44 | 0.53 | 0 | 0.05 | 250.39 | 0.82 | 0.7 |
| Hex | 88 | 72 | F1 | 2C | 35 | 0 | 5 | FA | 52 | 46 |
| Octal | 210 | 162 | 361 | 54 | 65 | 0 | 5 | 372 | 122 | 106 |
| Binary | 10001000 | 1110010 | 11110001 | 101100 | 110101 | 0 | 101 | 11111010 | 1010010 | 1000110 |
Color Harmonies of #8872F1
Complementary color
Monochromatic Colors of #8872F1
Black with #8872F1
Text Example
Text Example
White with #8872F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8872F1; }
p { color: rgb(136,114,241); }
H1.HeaderClassName
{
color: #8872F1;
}
.AnyTagClassName
{
color: #8872F1;
}
</style>
background-color css
<style>
a { background-color: #8872F1; }
a { background-color: rgb(136,114,241); }
div.DivClassName
{
background-color: #8872F1;
}
.BgClassName
{
background-color: #8872F1;
}
</style>
border-color css
<style>
span { border-color: #8872F1; }
span { border-color: rgb(136,114,241); }
td.TdClassName
{
border-color: #8872F1;
}
.TagClassName
{
border-color: #8872F1;
}
</style>