Shades of Light Slate Blue #887AFC
Tints of Light Slate Blue #887AFC
RGB
CMYK
RGB Variations
Color information
#887AFC (or 0x887AFC) is known color: Light Slate Blue. HEX triplet: 88, 7A and FC. RGB value is (136,122,252). Sum of RGB (Red+Green+Blue) = 136+122+252=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #887AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #887AFC is #778503. Grayscale: #8C8C8C. Windows color (decimal): -7832836 or 16546440. OLE color: 16546440.
HSL color Cylindrical-coordinate representation of color #887AFC: hue angle of 246.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #887AFC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 122 | 252 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.01 |
| HSL | 246.46º | 0.96% | 0.73% | - |
| HSV(B) | 246.46º | 0.52% | 0.99% | - |
| XYZ | 34.68 | 26.18 | 95.32 | - |
| YUV | 141.01 | 190.64 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 122 | 252 | 0.46 | 0.52 | 0 | 0.01 | 246.46 | 0.96 | 0.73 |
| Hex | 88 | 7A | FC | 2E | 34 | 0 | 1 | F6 | 60 | 49 |
| Octal | 210 | 172 | 374 | 56 | 64 | 0 | 1 | 366 | 140 | 111 |
| Binary | 10001000 | 1111010 | 11111100 | 101110 | 110100 | 0 | 1 | 11110110 | 1100000 | 1001001 |
Color Harmonies of #887AFC
Complementary color
Monochromatic Colors of #887AFC
Black with #887AFC
Text Example
Text Example
White with #887AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887AFC; }
p { color: rgb(136,122,252); }
H1.HeaderClassName
{
color: #887AFC;
}
.AnyTagClassName
{
color: #887AFC;
}
</style>
background-color css
<style>
a { background-color: #887AFC; }
a { background-color: rgb(136,122,252); }
div.DivClassName
{
background-color: #887AFC;
}
.BgClassName
{
background-color: #887AFC;
}
</style>
border-color css
<style>
span { border-color: #887AFC; }
span { border-color: rgb(136,122,252); }
td.TdClassName
{
border-color: #887AFC;
}
.TagClassName
{
border-color: #887AFC;
}
</style>