Shades of Light Slate Blue #8C83FA
Tints of Light Slate Blue #8C83FA
RGB
CMYK
RGB Variations
Color information
#8C83FA (or 0x8C83FA) is known color: Light Slate Blue. HEX triplet: 8C, 83 and FA. RGB value is (140,131,250). Sum of RGB (Red+Green+Blue) = 140+131+250=521 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.87% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C83FA is #737C05. Grayscale: #929292. Windows color (decimal): -7568390 or 16417676. OLE color: 16417676.
HSL color Cylindrical-coordinate representation of color #8C83FA: hue angle of 244.54º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C83FA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 131 | 250 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.02 |
| HSL | 244.54º | 0.92% | 0.75% | - |
| HSV(B) | 244.54º | 0.48% | 0.98% | - |
| XYZ | 36.19 | 28.71 | 94.08 | - |
| YUV | 147.26 | 185.98 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 250 | 0.44 | 0.48 | 0 | 0.02 | 244.54 | 0.92 | 0.75 |
| Hex | 8C | 83 | FA | 2C | 30 | 0 | 2 | F5 | 5C | 4B |
| Octal | 214 | 203 | 372 | 54 | 60 | 0 | 2 | 365 | 134 | 113 |
| Binary | 10001100 | 10000011 | 11111010 | 101100 | 110000 | 0 | 10 | 11110101 | 1011100 | 1001011 |
Color Harmonies of #8C83FA
Complementary color
Monochromatic Colors of #8C83FA
Black with #8C83FA
Text Example
Text Example
White with #8C83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C83FA; }
p { color: rgb(140,131,250); }
H1.HeaderClassName
{
color: #8C83FA;
}
.AnyTagClassName
{
color: #8C83FA;
}
</style>
background-color css
<style>
a { background-color: #8C83FA; }
a { background-color: rgb(140,131,250); }
div.DivClassName
{
background-color: #8C83FA;
}
.BgClassName
{
background-color: #8C83FA;
}
</style>
border-color css
<style>
span { border-color: #8C83FA; }
span { border-color: rgb(140,131,250); }
td.TdClassName
{
border-color: #8C83FA;
}
.TagClassName
{
border-color: #8C83FA;
}
</style>