Shades of Light Slate Blue #8D82F7
Tints of Light Slate Blue #8D82F7
RGB
CMYK
RGB Variations
Color information
#8D82F7 (or 0x8D82F7) is known color: Light Slate Blue. HEX triplet: 8D, 82 and F7. RGB value is (141,130,247). Sum of RGB (Red+Green+Blue) = 141+130+247=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #8D82F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D82F7 is #727D08. Grayscale: #929292. Windows color (decimal): -7503113 or 16220813. OLE color: 16220813.
HSL color Cylindrical-coordinate representation of color #8D82F7: hue angle of 245.64º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D82F7 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 130 | 247 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.03 |
| HSL | 245.64º | 0.88% | 0.74% | - |
| HSV(B) | 245.64º | 0.47% | 0.97% | - |
| XYZ | 35.76 | 28.34 | 91.58 | - |
| YUV | 146.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 247 | 0.43 | 0.47 | 0 | 0.03 | 245.64 | 0.88 | 0.74 |
| Hex | 8D | 82 | F7 | 2B | 2F | 0 | 3 | F6 | 58 | 4A |
| Octal | 215 | 202 | 367 | 53 | 57 | 0 | 3 | 366 | 130 | 112 |
| Binary | 10001101 | 10000010 | 11110111 | 101011 | 101111 | 0 | 11 | 11110110 | 1011000 | 1001010 |
Color Harmonies of #8D82F7
Complementary color
Monochromatic Colors of #8D82F7
Black with #8D82F7
Text Example
Text Example
White with #8D82F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D82F7; }
p { color: rgb(141,130,247); }
H1.HeaderClassName
{
color: #8D82F7;
}
.AnyTagClassName
{
color: #8D82F7;
}
</style>
background-color css
<style>
a { background-color: #8D82F7; }
a { background-color: rgb(141,130,247); }
div.DivClassName
{
background-color: #8D82F7;
}
.BgClassName
{
background-color: #8D82F7;
}
</style>
border-color css
<style>
span { border-color: #8D82F7; }
span { border-color: rgb(141,130,247); }
td.TdClassName
{
border-color: #8D82F7;
}
.TagClassName
{
border-color: #8D82F7;
}
</style>