Shades of Light Slate Blue #8C7BFD
Tints of Light Slate Blue #8C7BFD
RGB
CMYK
RGB Variations
Color information
#8C7BFD (or 0x8C7BFD) is known color: Light Slate Blue. HEX triplet: 8C, 7B and FD. RGB value is (140,123,253). Sum of RGB (Red+Green+Blue) = 140+123+253=516 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.13% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C7BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C7BFD is #738402. Grayscale: #8E8E8E. Windows color (decimal): -7570435 or 16612236. OLE color: 16612236.
HSL color Cylindrical-coordinate representation of color #8C7BFD: hue angle of 247.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C7BFD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 123 | 253 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.01 |
| HSL | 247.85º | 0.97% | 0.74% | - |
| HSV(B) | 247.85º | 0.51% | 0.99% | - |
| XYZ | 35.63 | 26.83 | 96.23 | - |
| YUV | 142.9 | 190.13 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 253 | 0.45 | 0.51 | 0 | 0.01 | 247.85 | 0.97 | 0.74 |
| Hex | 8C | 7B | FD | 2D | 33 | 0 | 1 | F8 | 61 | 4A |
| Octal | 214 | 173 | 375 | 55 | 63 | 0 | 1 | 370 | 141 | 112 |
| Binary | 10001100 | 1111011 | 11111101 | 101101 | 110011 | 0 | 1 | 11111000 | 1100001 | 1001010 |
Color Harmonies of #8C7BFD
Complementary color
Monochromatic Colors of #8C7BFD
Black with #8C7BFD
Text Example
Text Example
White with #8C7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7BFD; }
p { color: rgb(140,123,253); }
H1.HeaderClassName
{
color: #8C7BFD;
}
.AnyTagClassName
{
color: #8C7BFD;
}
</style>
background-color css
<style>
a { background-color: #8C7BFD; }
a { background-color: rgb(140,123,253); }
div.DivClassName
{
background-color: #8C7BFD;
}
.BgClassName
{
background-color: #8C7BFD;
}
</style>
border-color css
<style>
span { border-color: #8C7BFD; }
span { border-color: rgb(140,123,253); }
td.TdClassName
{
border-color: #8C7BFD;
}
.TagClassName
{
border-color: #8C7BFD;
}
</style>