Shades of Light Slate Blue #8B7CF2
Tints of Light Slate Blue #8B7CF2
RGB
CMYK
RGB Variations
Color information
#8B7CF2 (or 0x8B7CF2) is known color: Light Slate Blue. HEX triplet: 8B, 7C and F2. RGB value is (139,124,242). Sum of RGB (Red+Green+Blue) = 139+124+242=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #8B7CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8B7CF2 is #74830D. Grayscale: #8D8D8D. Windows color (decimal): -7635726 or 15891595. OLE color: 15891595.
HSL color Cylindrical-coordinate representation of color #8B7CF2: hue angle of 247.63º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B7CF2 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 124 | 242 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.05 |
| HSL | 247.63º | 0.82% | 0.72% | - |
| HSV(B) | 247.63º | 0.49% | 0.95% | - |
| XYZ | 33.88 | 26.32 | 87.3 | - |
| YUV | 141.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 124 | 242 | 0.43 | 0.49 | 0 | 0.05 | 247.63 | 0.82 | 0.72 |
| Hex | 8B | 7C | F2 | 2B | 31 | 0 | 5 | F8 | 52 | 48 |
| Octal | 213 | 174 | 362 | 53 | 61 | 0 | 5 | 370 | 122 | 110 |
| Binary | 10001011 | 1111100 | 11110010 | 101011 | 110001 | 0 | 101 | 11111000 | 1010010 | 1001000 |
Color Harmonies of #8B7CF2
Complementary color
Monochromatic Colors of #8B7CF2
Black with #8B7CF2
Text Example
Text Example
White with #8B7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7CF2; }
p { color: rgb(139,124,242); }
H1.HeaderClassName
{
color: #8B7CF2;
}
.AnyTagClassName
{
color: #8B7CF2;
}
</style>
background-color css
<style>
a { background-color: #8B7CF2; }
a { background-color: rgb(139,124,242); }
div.DivClassName
{
background-color: #8B7CF2;
}
.BgClassName
{
background-color: #8B7CF2;
}
</style>
border-color css
<style>
span { border-color: #8B7CF2; }
span { border-color: rgb(139,124,242); }
td.TdClassName
{
border-color: #8B7CF2;
}
.TagClassName
{
border-color: #8B7CF2;
}
</style>