Shades of Light Slate Blue #8B68FC
Tints of Light Slate Blue #8B68FC
RGB
CMYK
RGB Variations
Color information
#8B68FC (or 0x8B68FC) is known color: Light Slate Blue. HEX triplet: 8B, 68 and FC. RGB value is (139,104,252). Sum of RGB (Red+Green+Blue) = 139+104+252=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #8B68FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B68FC is #749703. Grayscale: #828282. Windows color (decimal): -7640836 or 16541835. OLE color: 16541835.
HSL color Cylindrical-coordinate representation of color #8B68FC: hue angle of 254.19º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B68FC is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 104 | 252 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.01 |
| HSL | 254.19º | 0.96% | 0.7% | - |
| HSV(B) | 254.19º | 0.59% | 0.99% | - |
| XYZ | 33.17 | 22.42 | 94.67 | - |
| YUV | 131.34 | 196.1 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 252 | 0.45 | 0.59 | 0 | 0.01 | 254.19 | 0.96 | 0.7 |
| Hex | 8B | 68 | FC | 2D | 3B | 0 | 1 | FE | 60 | 46 |
| Octal | 213 | 150 | 374 | 55 | 73 | 0 | 1 | 376 | 140 | 106 |
| Binary | 10001011 | 1101000 | 11111100 | 101101 | 111011 | 0 | 1 | 11111110 | 1100000 | 1000110 |
Color Harmonies of #8B68FC
Complementary color
Monochromatic Colors of #8B68FC
Black with #8B68FC
Text Example
Text Example
White with #8B68FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B68FC; }
p { color: rgb(139,104,252); }
H1.HeaderClassName
{
color: #8B68FC;
}
.AnyTagClassName
{
color: #8B68FC;
}
</style>
background-color css
<style>
a { background-color: #8B68FC; }
a { background-color: rgb(139,104,252); }
div.DivClassName
{
background-color: #8B68FC;
}
.BgClassName
{
background-color: #8B68FC;
}
</style>
border-color css
<style>
span { border-color: #8B68FC; }
span { border-color: rgb(139,104,252); }
td.TdClassName
{
border-color: #8B68FC;
}
.TagClassName
{
border-color: #8B68FC;
}
</style>