Shades of Light Slate Blue #8D88FF
Tints of Light Slate Blue #8D88FF
RGB
CMYK
RGB Variations
Color information
#8D88FF (or 0x8D88FF) is known color: Light Slate Blue. HEX triplet: 8D, 88 and FF. RGB value is (141,136,255). Sum of RGB (Red+Green+Blue) = 141+136+255=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 136 (53.52% from 255 or 25.56% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #8D88FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D88FF is #727700. Grayscale: #969696. Windows color (decimal): -7501569 or 16746637. OLE color: 16746637.
HSL color Cylindrical-coordinate representation of color #8D88FF: hue angle of 242.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D88FF is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 136 | 255 | - |
| CMYK | 0.45 | 0.47 | 0 | 0 |
| HSL | 242.52º | 1% | 0.77% | - |
| HSV(B) | 242.52º | 0.47% | 1% | - |
| XYZ | 37.84 | 30.49 | 98.5 | - |
| YUV | 151.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 255 | 0.45 | 0.47 | 0 | 0 | 242.52 | 1 | 0.77 |
| Hex | 8D | 88 | FF | 2D | 2F | 0 | 0 | F3 | 64 | 4D |
| Octal | 215 | 210 | 377 | 55 | 57 | 0 | 0 | 363 | 144 | 115 |
| Binary | 10001101 | 10001000 | 11111111 | 101101 | 101111 | 0 | 0 | 11110011 | 1100100 | 1001101 |
Color Harmonies of #8D88FF
Complementary color
Monochromatic Colors of #8D88FF
Black with #8D88FF
Text Example
Text Example
White with #8D88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D88FF; }
p { color: rgb(141,136,255); }
H1.HeaderClassName
{
color: #8D88FF;
}
.AnyTagClassName
{
color: #8D88FF;
}
</style>
background-color css
<style>
a { background-color: #8D88FF; }
a { background-color: rgb(141,136,255); }
div.DivClassName
{
background-color: #8D88FF;
}
.BgClassName
{
background-color: #8D88FF;
}
</style>
border-color css
<style>
span { border-color: #8D88FF; }
span { border-color: rgb(141,136,255); }
td.TdClassName
{
border-color: #8D88FF;
}
.TagClassName
{
border-color: #8D88FF;
}
</style>