Shades of Light Slate Blue #8B6CF4
Tints of Light Slate Blue #8B6CF4
RGB
CMYK
RGB Variations
Color information
#8B6CF4 (or 0x8B6CF4) is known color: Light Slate Blue. HEX triplet: 8B, 6C and F4. RGB value is (139,108,244). Sum of RGB (Red+Green+Blue) = 139+108+244=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 244 (95.70% from 255 or 49.69% from 491); Max value from RGB is 244 - color contains mainly: blue. Hex color #8B6CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B6CF4 is #74930B. Grayscale: #848484. Windows color (decimal): -7639820 or 16018571. OLE color: 16018571.
HSL color Cylindrical-coordinate representation of color #8B6CF4: hue angle of 253.68º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8B6CF4 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 108 | 244 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.04 |
| HSL | 253.68º | 0.86% | 0.69% | - |
| HSV(B) | 253.68º | 0.56% | 0.96% | - |
| XYZ | 32.34 | 22.75 | 88.27 | - |
| YUV | 132.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 108 | 244 | 0.43 | 0.56 | 0 | 0.04 | 253.68 | 0.86 | 0.69 |
| Hex | 8B | 6C | F4 | 2B | 38 | 0 | 4 | FE | 56 | 45 |
| Octal | 213 | 154 | 364 | 53 | 70 | 0 | 4 | 376 | 126 | 105 |
| Binary | 10001011 | 1101100 | 11110100 | 101011 | 111000 | 0 | 100 | 11111110 | 1010110 | 1000101 |
Color Harmonies of #8B6CF4
Complementary color
Monochromatic Colors of #8B6CF4
Black with #8B6CF4
Text Example
Text Example
White with #8B6CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6CF4; }
p { color: rgb(139,108,244); }
H1.HeaderClassName
{
color: #8B6CF4;
}
.AnyTagClassName
{
color: #8B6CF4;
}
</style>
background-color css
<style>
a { background-color: #8B6CF4; }
a { background-color: rgb(139,108,244); }
div.DivClassName
{
background-color: #8B6CF4;
}
.BgClassName
{
background-color: #8B6CF4;
}
</style>
border-color css
<style>
span { border-color: #8B6CF4; }
span { border-color: rgb(139,108,244); }
td.TdClassName
{
border-color: #8B6CF4;
}
.TagClassName
{
border-color: #8B6CF4;
}
</style>