Shades of Light Slate Blue #8D7FF2
Tints of Light Slate Blue #8D7FF2
RGB
CMYK
RGB Variations
Color information
#8D7FF2 (or 0x8D7FF2) is known color: Light Slate Blue. HEX triplet: 8D, 7F and F2. RGB value is (141,127,242). Sum of RGB (Red+Green+Blue) = 141+127+242=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #8D7FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D7FF2 is #72800D. Grayscale: #8F8F8F. Windows color (decimal): -7503886 or 15892365. OLE color: 15892365.
HSL color Cylindrical-coordinate representation of color #8D7FF2: hue angle of 247.3º 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 #8D7FF2 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 127 | 242 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.05 |
| HSL | 247.3º | 0.82% | 0.72% | - |
| HSV(B) | 247.3º | 0.48% | 0.95% | - |
| XYZ | 34.6 | 27.25 | 87.44 | - |
| YUV | 144.3 | 183.14 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 242 | 0.42 | 0.48 | 0 | 0.05 | 247.3 | 0.82 | 0.72 |
| Hex | 8D | 7F | F2 | 2A | 30 | 0 | 5 | F7 | 52 | 48 |
| Octal | 215 | 177 | 362 | 52 | 60 | 0 | 5 | 367 | 122 | 110 |
| Binary | 10001101 | 1111111 | 11110010 | 101010 | 110000 | 0 | 101 | 11110111 | 1010010 | 1001000 |
Color Harmonies of #8D7FF2
Complementary color
Monochromatic Colors of #8D7FF2
Black with #8D7FF2
Text Example
Text Example
White with #8D7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7FF2; }
p { color: rgb(141,127,242); }
H1.HeaderClassName
{
color: #8D7FF2;
}
.AnyTagClassName
{
color: #8D7FF2;
}
</style>
background-color css
<style>
a { background-color: #8D7FF2; }
a { background-color: rgb(141,127,242); }
div.DivClassName
{
background-color: #8D7FF2;
}
.BgClassName
{
background-color: #8D7FF2;
}
</style>
border-color css
<style>
span { border-color: #8D7FF2; }
span { border-color: rgb(141,127,242); }
td.TdClassName
{
border-color: #8D7FF2;
}
.TagClassName
{
border-color: #8D7FF2;
}
</style>