Shades of Light Slate Blue #8C68F3
Tints of Light Slate Blue #8C68F3
RGB
CMYK
RGB Variations
Color information
#8C68F3 (or 0x8C68F3) is known color: Light Slate Blue. HEX triplet: 8C, 68 and F3. RGB value is (140,104,243). Sum of RGB (Red+Green+Blue) = 140+104+243=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #8C68F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C68F3 is #73970C. Grayscale: #828282. Windows color (decimal): -7575309 or 15952012. OLE color: 15952012.
HSL color Cylindrical-coordinate representation of color #8C68F3: hue angle of 255.54º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C68F3 is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 104 | 243 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.05 |
| HSL | 255.54º | 0.85% | 0.68% | - |
| HSV(B) | 255.54º | 0.57% | 0.95% | - |
| XYZ | 31.94 | 21.95 | 87.35 | - |
| YUV | 130.61 | 191.43 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 243 | 0.42 | 0.57 | 0 | 0.05 | 255.54 | 0.85 | 0.68 |
| Hex | 8C | 68 | F3 | 2A | 39 | 0 | 5 | 100 | 55 | 44 |
| Octal | 214 | 150 | 363 | 52 | 71 | 0 | 5 | 400 | 125 | 104 |
| Binary | 10001100 | 1101000 | 11110011 | 101010 | 111001 | 0 | 101 | 100000000 | 1010101 | 1000100 |
Color Harmonies of #8C68F3
Complementary color
Monochromatic Colors of #8C68F3
Black with #8C68F3
Text Example
Text Example
White with #8C68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68F3; }
p { color: rgb(140,104,243); }
H1.HeaderClassName
{
color: #8C68F3;
}
.AnyTagClassName
{
color: #8C68F3;
}
</style>
background-color css
<style>
a { background-color: #8C68F3; }
a { background-color: rgb(140,104,243); }
div.DivClassName
{
background-color: #8C68F3;
}
.BgClassName
{
background-color: #8C68F3;
}
</style>
border-color css
<style>
span { border-color: #8C68F3; }
span { border-color: rgb(140,104,243); }
td.TdClassName
{
border-color: #8C68F3;
}
.TagClassName
{
border-color: #8C68F3;
}
</style>