Shades of Light Slate Blue #8C68FA
Tints of Light Slate Blue #8C68FA
RGB
CMYK
RGB Variations
Color information
#8C68FA (or 0x8C68FA) is known color: Light Slate Blue. HEX triplet: 8C, 68 and FA. RGB value is (140,104,250). Sum of RGB (Red+Green+Blue) = 140+104+250=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C68FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C68FA is #739705. Grayscale: #828282. Windows color (decimal): -7575302 or 16410764. OLE color: 16410764.
HSL color Cylindrical-coordinate representation of color #8C68FA: hue angle of 254.79º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C68FA is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 104 | 250 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.02 |
| HSL | 254.79º | 0.94% | 0.69% | - |
| HSV(B) | 254.79º | 0.58% | 0.98% | - |
| XYZ | 33.02 | 22.38 | 93.02 | - |
| YUV | 131.41 | 194.93 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 104 | 250 | 0.44 | 0.58 | 0 | 0.02 | 254.79 | 0.94 | 0.69 |
| Hex | 8C | 68 | FA | 2C | 3A | 0 | 2 | FF | 5E | 45 |
| Octal | 214 | 150 | 372 | 54 | 72 | 0 | 2 | 377 | 136 | 105 |
| Binary | 10001100 | 1101000 | 11111010 | 101100 | 111010 | 0 | 10 | 11111111 | 1011110 | 1000101 |
Color Harmonies of #8C68FA
Complementary color
Monochromatic Colors of #8C68FA
Black with #8C68FA
Text Example
Text Example
White with #8C68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C68FA; }
p { color: rgb(140,104,250); }
H1.HeaderClassName
{
color: #8C68FA;
}
.AnyTagClassName
{
color: #8C68FA;
}
</style>
background-color css
<style>
a { background-color: #8C68FA; }
a { background-color: rgb(140,104,250); }
div.DivClassName
{
background-color: #8C68FA;
}
.BgClassName
{
background-color: #8C68FA;
}
</style>
border-color css
<style>
span { border-color: #8C68FA; }
span { border-color: rgb(140,104,250); }
td.TdClassName
{
border-color: #8C68FA;
}
.TagClassName
{
border-color: #8C68FA;
}
</style>