Shades of Light Slate Blue #8885F3
Tints of Light Slate Blue #8885F3
RGB
CMYK
RGB Variations
Color information
#8885F3 (or 0x8885F3) is known color: Light Slate Blue. HEX triplet: 88, 85 and F3. RGB value is (136,133,243). Sum of RGB (Red+Green+Blue) = 136+133+243=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #8885F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8885F3 is #777A0C. Grayscale: #929292. Windows color (decimal): -7830029 or 15959432. OLE color: 15959432.
HSL color Cylindrical-coordinate representation of color #8885F3: hue angle of 241.64º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8885F3 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 133 | 243 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.05 |
| HSL | 241.64º | 0.82% | 0.74% | - |
| HSV(B) | 241.64º | 0.45% | 0.95% | - |
| XYZ | 34.72 | 28.48 | 88.46 | - |
| YUV | 146.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 133 | 243 | 0.44 | 0.45 | 0 | 0.05 | 241.64 | 0.82 | 0.74 |
| Hex | 88 | 85 | F3 | 2C | 2D | 0 | 5 | F2 | 52 | 4A |
| Octal | 210 | 205 | 363 | 54 | 55 | 0 | 5 | 362 | 122 | 112 |
| Binary | 10001000 | 10000101 | 11110011 | 101100 | 101101 | 0 | 101 | 11110010 | 1010010 | 1001010 |
Color Harmonies of #8885F3
Complementary color
Monochromatic Colors of #8885F3
Black with #8885F3
Text Example
Text Example
White with #8885F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8885F3; }
p { color: rgb(136,133,243); }
H1.HeaderClassName
{
color: #8885F3;
}
.AnyTagClassName
{
color: #8885F3;
}
</style>
background-color css
<style>
a { background-color: #8885F3; }
a { background-color: rgb(136,133,243); }
div.DivClassName
{
background-color: #8885F3;
}
.BgClassName
{
background-color: #8885F3;
}
</style>
border-color css
<style>
span { border-color: #8885F3; }
span { border-color: rgb(136,133,243); }
td.TdClassName
{
border-color: #8885F3;
}
.TagClassName
{
border-color: #8885F3;
}
</style>