Shades of Light Slate Blue #8F6CF2
Tints of Light Slate Blue #8F6CF2
RGB
CMYK
RGB Variations
Color information
#8F6CF2 (or 0x8F6CF2) is known color: Light Slate Blue. HEX triplet: 8F, 6C and F2. RGB value is (143,108,242). Sum of RGB (Red+Green+Blue) = 143+108+242=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #8F6CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6CF2 is #70930D. Grayscale: #858585. Windows color (decimal): -7377678 or 15887503. OLE color: 15887503.
HSL color Cylindrical-coordinate representation of color #8F6CF2: hue angle of 255.67º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F6CF2 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 108 | 242 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.05 |
| HSL | 255.67º | 0.84% | 0.69% | - |
| HSV(B) | 255.67º | 0.55% | 0.95% | - |
| XYZ | 32.72 | 22.98 | 86.71 | - |
| YUV | 133.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 242 | 0.41 | 0.55 | 0 | 0.05 | 255.67 | 0.84 | 0.69 |
| Hex | 8F | 6C | F2 | 29 | 37 | 0 | 5 | 100 | 54 | 45 |
| Octal | 217 | 154 | 362 | 51 | 67 | 0 | 5 | 400 | 124 | 105 |
| Binary | 10001111 | 1101100 | 11110010 | 101001 | 110111 | 0 | 101 | 100000000 | 1010100 | 1000101 |
Color Harmonies of #8F6CF2
Complementary color
Monochromatic Colors of #8F6CF2
Black with #8F6CF2
Text Example
Text Example
White with #8F6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CF2; }
p { color: rgb(143,108,242); }
H1.HeaderClassName
{
color: #8F6CF2;
}
.AnyTagClassName
{
color: #8F6CF2;
}
</style>
background-color css
<style>
a { background-color: #8F6CF2; }
a { background-color: rgb(143,108,242); }
div.DivClassName
{
background-color: #8F6CF2;
}
.BgClassName
{
background-color: #8F6CF2;
}
</style>
border-color css
<style>
span { border-color: #8F6CF2; }
span { border-color: rgb(143,108,242); }
td.TdClassName
{
border-color: #8F6CF2;
}
.TagClassName
{
border-color: #8F6CF2;
}
</style>