Shades of Light Slate Blue #8C81FC
Tints of Light Slate Blue #8C81FC
RGB
CMYK
RGB Variations
Color information
#8C81FC (or 0x8C81FC) is known color: Light Slate Blue. HEX triplet: 8C, 81 and FC. RGB value is (140,129,252). Sum of RGB (Red+Green+Blue) = 140+129+252=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 129 (50.78% from 255 or 24.76% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C81FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C81FC is #737E03. Grayscale: #919191. Windows color (decimal): -7568900 or 16548236. OLE color: 16548236.
HSL color Cylindrical-coordinate representation of color #8C81FC: hue angle of 245.37º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C81FC is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 129 | 252 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.01 |
| HSL | 245.37º | 0.95% | 0.75% | - |
| HSV(B) | 245.37º | 0.49% | 0.99% | - |
| XYZ | 36.24 | 28.3 | 95.65 | - |
| YUV | 146.31 | 187.64 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 252 | 0.44 | 0.49 | 0 | 0.01 | 245.37 | 0.95 | 0.75 |
| Hex | 8C | 81 | FC | 2C | 31 | 0 | 1 | F5 | 5F | 4B |
| Octal | 214 | 201 | 374 | 54 | 61 | 0 | 1 | 365 | 137 | 113 |
| Binary | 10001100 | 10000001 | 11111100 | 101100 | 110001 | 0 | 1 | 11110101 | 1011111 | 1001011 |
Color Harmonies of #8C81FC
Complementary color
Monochromatic Colors of #8C81FC
Black with #8C81FC
Text Example
Text Example
White with #8C81FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C81FC; }
p { color: rgb(140,129,252); }
H1.HeaderClassName
{
color: #8C81FC;
}
.AnyTagClassName
{
color: #8C81FC;
}
</style>
background-color css
<style>
a { background-color: #8C81FC; }
a { background-color: rgb(140,129,252); }
div.DivClassName
{
background-color: #8C81FC;
}
.BgClassName
{
background-color: #8C81FC;
}
</style>
border-color css
<style>
span { border-color: #8C81FC; }
span { border-color: rgb(140,129,252); }
td.TdClassName
{
border-color: #8C81FC;
}
.TagClassName
{
border-color: #8C81FC;
}
</style>