Shades of Light Slate Blue #8D7DF2
Tints of Light Slate Blue #8D7DF2
RGB
CMYK
RGB Variations
Color information
#8D7DF2 (or 0x8D7DF2) is known color: Light Slate Blue. HEX triplet: 8D, 7D and F2. RGB value is (141,125,242). Sum of RGB (Red+Green+Blue) = 141+125+242=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D7DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7DF2 is #72820D. Grayscale: #8E8E8E. Windows color (decimal): -7504398 or 15891853. OLE color: 15891853.
HSL color Cylindrical-coordinate representation of color #8D7DF2: hue angle of 248.21º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D7DF2 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 125 | 242 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.05 |
| HSL | 248.21º | 0.82% | 0.72% | - |
| HSV(B) | 248.21º | 0.48% | 0.95% | - |
| XYZ | 34.35 | 26.74 | 87.36 | - |
| YUV | 143.12 | 183.8 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 125 | 242 | 0.42 | 0.48 | 0 | 0.05 | 248.21 | 0.82 | 0.72 |
| Hex | 8D | 7D | F2 | 2A | 30 | 0 | 5 | F8 | 52 | 48 |
| Octal | 215 | 175 | 362 | 52 | 60 | 0 | 5 | 370 | 122 | 110 |
| Binary | 10001101 | 1111101 | 11110010 | 101010 | 110000 | 0 | 101 | 11111000 | 1010010 | 1001000 |
Color Harmonies of #8D7DF2
Complementary color
Monochromatic Colors of #8D7DF2
Black with #8D7DF2
Text Example
Text Example
White with #8D7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7DF2; }
p { color: rgb(141,125,242); }
H1.HeaderClassName
{
color: #8D7DF2;
}
.AnyTagClassName
{
color: #8D7DF2;
}
</style>
background-color css
<style>
a { background-color: #8D7DF2; }
a { background-color: rgb(141,125,242); }
div.DivClassName
{
background-color: #8D7DF2;
}
.BgClassName
{
background-color: #8D7DF2;
}
</style>
border-color css
<style>
span { border-color: #8D7DF2; }
span { border-color: rgb(141,125,242); }
td.TdClassName
{
border-color: #8D7DF2;
}
.TagClassName
{
border-color: #8D7DF2;
}
</style>