Shades of Light Slate Blue #888CFD
Tints of Light Slate Blue #888CFD
RGB
CMYK
RGB Variations
Color information
#888CFD (or 0x888CFD) is known color: Light Slate Blue. HEX triplet: 88, 8C and FD. RGB value is (136,140,253). Sum of RGB (Red+Green+Blue) = 136+140+253=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #888CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CFD is #777302. Grayscale: #979797. Windows color (decimal): -7828227 or 16616584. OLE color: 16616584.
HSL color Cylindrical-coordinate representation of color #888CFD: hue angle of 237.95º 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 #888CFD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 140 | 253 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.01 |
| HSL | 237.95º | 0.97% | 0.76% | - |
| HSV(B) | 237.95º | 0.46% | 0.99% | - |
| XYZ | 37.26 | 31.08 | 96.96 | - |
| YUV | 151.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 253 | 0.46 | 0.45 | 0 | 0.01 | 237.95 | 0.97 | 0.76 |
| Hex | 88 | 8C | FD | 2E | 2D | 0 | 1 | EE | 61 | 4C |
| Octal | 210 | 214 | 375 | 56 | 55 | 0 | 1 | 356 | 141 | 114 |
| Binary | 10001000 | 10001100 | 11111101 | 101110 | 101101 | 0 | 1 | 11101110 | 1100001 | 1001100 |
Color Harmonies of #888CFD
Complementary color
Monochromatic Colors of #888CFD
Black with #888CFD
Text Example
Text Example
White with #888CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CFD; }
p { color: rgb(136,140,253); }
H1.HeaderClassName
{
color: #888CFD;
}
.AnyTagClassName
{
color: #888CFD;
}
</style>
background-color css
<style>
a { background-color: #888CFD; }
a { background-color: rgb(136,140,253); }
div.DivClassName
{
background-color: #888CFD;
}
.BgClassName
{
background-color: #888CFD;
}
</style>
border-color css
<style>
span { border-color: #888CFD; }
span { border-color: rgb(136,140,253); }
td.TdClassName
{
border-color: #888CFD;
}
.TagClassName
{
border-color: #888CFD;
}
</style>