Shades of Light Slate Blue #888CFA
Tints of Light Slate Blue #888CFA
RGB
CMYK
RGB Variations
Color information
#888CFA (or 0x888CFA) is known color: Light Slate Blue. HEX triplet: 88, 8C and FA. RGB value is (136,140,250). Sum of RGB (Red+Green+Blue) = 136+140+250=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #888CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #888CFA is #777305. Grayscale: #969696. Windows color (decimal): -7828230 or 16419976. OLE color: 16419976.
HSL color Cylindrical-coordinate representation of color #888CFA: hue angle of 237.89º 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 #888CFA is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 140 | 250 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.02 |
| HSL | 237.89º | 0.92% | 0.76% | - |
| HSV(B) | 237.89º | 0.46% | 0.98% | - |
| XYZ | 36.79 | 30.89 | 94.47 | - |
| YUV | 151.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 140 | 250 | 0.46 | 0.44 | 0 | 0.02 | 237.89 | 0.92 | 0.76 |
| Hex | 88 | 8C | FA | 2E | 2C | 0 | 2 | EE | 5C | 4C |
| Octal | 210 | 214 | 372 | 56 | 54 | 0 | 2 | 356 | 134 | 114 |
| Binary | 10001000 | 10001100 | 11111010 | 101110 | 101100 | 0 | 10 | 11101110 | 1011100 | 1001100 |
Color Harmonies of #888CFA
Complementary color
Monochromatic Colors of #888CFA
Black with #888CFA
Text Example
Text Example
White with #888CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888CFA; }
p { color: rgb(136,140,250); }
H1.HeaderClassName
{
color: #888CFA;
}
.AnyTagClassName
{
color: #888CFA;
}
</style>
background-color css
<style>
a { background-color: #888CFA; }
a { background-color: rgb(136,140,250); }
div.DivClassName
{
background-color: #888CFA;
}
.BgClassName
{
background-color: #888CFA;
}
</style>
border-color css
<style>
span { border-color: #888CFA; }
span { border-color: rgb(136,140,250); }
td.TdClassName
{
border-color: #888CFA;
}
.TagClassName
{
border-color: #888CFA;
}
</style>