Shades of Light Slate Blue #8C73FC
Tints of Light Slate Blue #8C73FC
RGB
CMYK
RGB Variations
Color information
#8C73FC (or 0x8C73FC) is known color: Light Slate Blue. HEX triplet: 8C, 73 and FC. RGB value is (140,115,252). Sum of RGB (Red+Green+Blue) = 140+115+252=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C73FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C73FC is #738C03. Grayscale: #898989. Windows color (decimal): -7572484 or 16544652. OLE color: 16544652.
HSL color Cylindrical-coordinate representation of color #8C73FC: hue angle of 250.95º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C73FC is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 115 | 252 | - |
| CMYK | 0.44 | 0.54 | 0 | 0.01 |
| HSL | 250.95º | 0.96% | 0.72% | - |
| HSV(B) | 250.95º | 0.54% | 0.99% | - |
| XYZ | 34.52 | 24.87 | 95.08 | - |
| YUV | 138.09 | 192.28 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 252 | 0.44 | 0.54 | 0 | 0.01 | 250.95 | 0.96 | 0.72 |
| Hex | 8C | 73 | FC | 2C | 36 | 0 | 1 | FB | 60 | 48 |
| Octal | 214 | 163 | 374 | 54 | 66 | 0 | 1 | 373 | 140 | 110 |
| Binary | 10001100 | 1110011 | 11111100 | 101100 | 110110 | 0 | 1 | 11111011 | 1100000 | 1001000 |
Color Harmonies of #8C73FC
Complementary color
Monochromatic Colors of #8C73FC
Black with #8C73FC
Text Example
Text Example
White with #8C73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C73FC; }
p { color: rgb(140,115,252); }
H1.HeaderClassName
{
color: #8C73FC;
}
.AnyTagClassName
{
color: #8C73FC;
}
</style>
background-color css
<style>
a { background-color: #8C73FC; }
a { background-color: rgb(140,115,252); }
div.DivClassName
{
background-color: #8C73FC;
}
.BgClassName
{
background-color: #8C73FC;
}
</style>
border-color css
<style>
span { border-color: #8C73FC; }
span { border-color: rgb(140,115,252); }
td.TdClassName
{
border-color: #8C73FC;
}
.TagClassName
{
border-color: #8C73FC;
}
</style>