Shades of Light Slate Blue #8C7BFA
Tints of Light Slate Blue #8C7BFA
RGB
CMYK
RGB Variations
Color information
#8C7BFA (or 0x8C7BFA) is known color: Light Slate Blue. HEX triplet: 8C, 7B and FA. RGB value is (140,123,250). Sum of RGB (Red+Green+Blue) = 140+123+250=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C7BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BFA is #738405. Grayscale: #8E8E8E. Windows color (decimal): -7570438 or 16415628. OLE color: 16415628.
HSL color Cylindrical-coordinate representation of color #8C7BFA: hue angle of 248.03º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7BFA is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 123 | 250 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.02 |
| HSL | 248.03º | 0.93% | 0.73% | - |
| HSV(B) | 248.03º | 0.51% | 0.98% | - |
| XYZ | 35.15 | 26.64 | 93.73 | - |
| YUV | 142.56 | 188.63 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 250 | 0.44 | 0.51 | 0 | 0.02 | 248.03 | 0.93 | 0.73 |
| Hex | 8C | 7B | FA | 2C | 33 | 0 | 2 | F8 | 5D | 49 |
| Octal | 214 | 173 | 372 | 54 | 63 | 0 | 2 | 370 | 135 | 111 |
| Binary | 10001100 | 1111011 | 11111010 | 101100 | 110011 | 0 | 10 | 11111000 | 1011101 | 1001001 |
Color Harmonies of #8C7BFA
Complementary color
Monochromatic Colors of #8C7BFA
Black with #8C7BFA
Text Example
Text Example
White with #8C7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BFA; }
p { color: rgb(140,123,250); }
H1.HeaderClassName
{
color: #8C7BFA;
}
.AnyTagClassName
{
color: #8C7BFA;
}
</style>
background-color css
<style>
a { background-color: #8C7BFA; }
a { background-color: rgb(140,123,250); }
div.DivClassName
{
background-color: #8C7BFA;
}
.BgClassName
{
background-color: #8C7BFA;
}
</style>
border-color css
<style>
span { border-color: #8C7BFA; }
span { border-color: rgb(140,123,250); }
td.TdClassName
{
border-color: #8C7BFA;
}
.TagClassName
{
border-color: #8C7BFA;
}
</style>