Shades of Light Slate Blue #888FFD
Tints of Light Slate Blue #888FFD
RGB
CMYK
RGB Variations
Color information
#888FFD (or 0x888FFD) is known color: Light Slate Blue. HEX triplet: 88, 8F and FD. RGB value is (136,143,253). Sum of RGB (Red+Green+Blue) = 136+143+253=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #888FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FFD is #777002. Grayscale: #999999. Windows color (decimal): -7827459 or 16617352. OLE color: 16617352.
HSL color Cylindrical-coordinate representation of color #888FFD: hue angle of 236.41º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888FFD is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 143 | 253 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.01 |
| HSL | 236.41º | 0.97% | 0.76% | - |
| HSV(B) | 236.41º | 0.46% | 0.99% | - |
| XYZ | 37.71 | 31.97 | 97.11 | - |
| YUV | 153.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 253 | 0.46 | 0.43 | 0 | 0.01 | 236.41 | 0.97 | 0.76 |
| Hex | 88 | 8F | FD | 2E | 2B | 0 | 1 | EC | 61 | 4C |
| Octal | 210 | 217 | 375 | 56 | 53 | 0 | 1 | 354 | 141 | 114 |
| Binary | 10001000 | 10001111 | 11111101 | 101110 | 101011 | 0 | 1 | 11101100 | 1100001 | 1001100 |
Color Harmonies of #888FFD
Complementary color
Monochromatic Colors of #888FFD
Black with #888FFD
Text Example
Text Example
White with #888FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FFD; }
p { color: rgb(136,143,253); }
H1.HeaderClassName
{
color: #888FFD;
}
.AnyTagClassName
{
color: #888FFD;
}
</style>
background-color css
<style>
a { background-color: #888FFD; }
a { background-color: rgb(136,143,253); }
div.DivClassName
{
background-color: #888FFD;
}
.BgClassName
{
background-color: #888FFD;
}
</style>
border-color css
<style>
span { border-color: #888FFD; }
span { border-color: rgb(136,143,253); }
td.TdClassName
{
border-color: #888FFD;
}
.TagClassName
{
border-color: #888FFD;
}
</style>