Shades of Light Slate Blue #888FFA
Tints of Light Slate Blue #888FFA
RGB
CMYK
RGB Variations
Color information
#888FFA (or 0x888FFA) is known color: Light Slate Blue. HEX triplet: 88, 8F and FA. RGB value is (136,143,250). Sum of RGB (Red+Green+Blue) = 136+143+250=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #888FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888FFA is #777005. Grayscale: #989898. Windows color (decimal): -7827462 or 16420744. OLE color: 16420744.
HSL color Cylindrical-coordinate representation of color #888FFA: hue angle of 236.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #888FFA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 143 | 250 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.02 |
| HSL | 236.32º | 0.92% | 0.76% | - |
| HSV(B) | 236.32º | 0.46% | 0.98% | - |
| XYZ | 37.23 | 31.78 | 94.61 | - |
| YUV | 153.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 143 | 250 | 0.46 | 0.43 | 0 | 0.02 | 236.32 | 0.92 | 0.76 |
| Hex | 88 | 8F | FA | 2E | 2B | 0 | 2 | EC | 5C | 4C |
| Octal | 210 | 217 | 372 | 56 | 53 | 0 | 2 | 354 | 134 | 114 |
| Binary | 10001000 | 10001111 | 11111010 | 101110 | 101011 | 0 | 10 | 11101100 | 1011100 | 1001100 |
Color Harmonies of #888FFA
Complementary color
Monochromatic Colors of #888FFA
Black with #888FFA
Text Example
Text Example
White with #888FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888FFA; }
p { color: rgb(136,143,250); }
H1.HeaderClassName
{
color: #888FFA;
}
.AnyTagClassName
{
color: #888FFA;
}
</style>
background-color css
<style>
a { background-color: #888FFA; }
a { background-color: rgb(136,143,250); }
div.DivClassName
{
background-color: #888FFA;
}
.BgClassName
{
background-color: #888FFA;
}
</style>
border-color css
<style>
span { border-color: #888FFA; }
span { border-color: rgb(136,143,250); }
td.TdClassName
{
border-color: #888FFA;
}
.TagClassName
{
border-color: #888FFA;
}
</style>