Shades of Light Slate Blue #888BFD
Tints of Light Slate Blue #888BFD
RGB
CMYK
RGB Variations
Color information
#888BFD (or 0x888BFD) is known color: Light Slate Blue. HEX triplet: 88, 8B and FD. RGB value is (136,139,253). Sum of RGB (Red+Green+Blue) = 136+139+253=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #888BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888BFD is #777402. Grayscale: #969696. Windows color (decimal): -7828483 or 16616328. OLE color: 16616328.
HSL color Cylindrical-coordinate representation of color #888BFD: hue angle of 238.46º 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 #888BFD is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 139 | 253 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.01 |
| HSL | 238.46º | 0.97% | 0.76% | - |
| HSV(B) | 238.46º | 0.46% | 0.99% | - |
| XYZ | 37.12 | 30.79 | 96.92 | - |
| YUV | 151.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 139 | 253 | 0.46 | 0.45 | 0 | 0.01 | 238.46 | 0.97 | 0.76 |
| Hex | 88 | 8B | FD | 2E | 2D | 0 | 1 | EE | 61 | 4C |
| Octal | 210 | 213 | 375 | 56 | 55 | 0 | 1 | 356 | 141 | 114 |
| Binary | 10001000 | 10001011 | 11111101 | 101110 | 101101 | 0 | 1 | 11101110 | 1100001 | 1001100 |
Color Harmonies of #888BFD
Complementary color
Monochromatic Colors of #888BFD
Black with #888BFD
Text Example
Text Example
White with #888BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888BFD; }
p { color: rgb(136,139,253); }
H1.HeaderClassName
{
color: #888BFD;
}
.AnyTagClassName
{
color: #888BFD;
}
</style>
background-color css
<style>
a { background-color: #888BFD; }
a { background-color: rgb(136,139,253); }
div.DivClassName
{
background-color: #888BFD;
}
.BgClassName
{
background-color: #888BFD;
}
</style>
border-color css
<style>
span { border-color: #888BFD; }
span { border-color: rgb(136,139,253); }
td.TdClassName
{
border-color: #888BFD;
}
.TagClassName
{
border-color: #888BFD;
}
</style>