Shades of Light Slate Blue #8C73FD
Tints of Light Slate Blue #8C73FD
RGB
CMYK
RGB Variations
Color information
#8C73FD (or 0x8C73FD) is known color: Light Slate Blue. HEX triplet: 8C, 73 and FD. RGB value is (140,115,253). Sum of RGB (Red+Green+Blue) = 140+115+253=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C73FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C73FD is #738C02. Grayscale: #898989. Windows color (decimal): -7572483 or 16610188. OLE color: 16610188.
HSL color Cylindrical-coordinate representation of color #8C73FD: hue angle of 250.87º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C73FD is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 115 | 253 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.01 |
| HSL | 250.87º | 0.97% | 0.72% | - |
| HSV(B) | 250.87º | 0.55% | 0.99% | - |
| XYZ | 34.68 | 24.93 | 95.91 | - |
| YUV | 138.21 | 192.78 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 253 | 0.45 | 0.55 | 0 | 0.01 | 250.87 | 0.97 | 0.72 |
| Hex | 8C | 73 | FD | 2D | 37 | 0 | 1 | FB | 61 | 48 |
| Octal | 214 | 163 | 375 | 55 | 67 | 0 | 1 | 373 | 141 | 110 |
| Binary | 10001100 | 1110011 | 11111101 | 101101 | 110111 | 0 | 1 | 11111011 | 1100001 | 1001000 |
Color Harmonies of #8C73FD
Complementary color
Monochromatic Colors of #8C73FD
Black with #8C73FD
Text Example
Text Example
White with #8C73FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C73FD; }
p { color: rgb(140,115,253); }
H1.HeaderClassName
{
color: #8C73FD;
}
.AnyTagClassName
{
color: #8C73FD;
}
</style>
background-color css
<style>
a { background-color: #8C73FD; }
a { background-color: rgb(140,115,253); }
div.DivClassName
{
background-color: #8C73FD;
}
.BgClassName
{
background-color: #8C73FD;
}
</style>
border-color css
<style>
span { border-color: #8C73FD; }
span { border-color: rgb(140,115,253); }
td.TdClassName
{
border-color: #8C73FD;
}
.TagClassName
{
border-color: #8C73FD;
}
</style>