Shades of Light Slate Blue #827FED
Tints of Light Slate Blue #827FED
RGB
CMYK
RGB Variations
Color information
#827FED (or 0x827FED) is known color: Light Slate Blue. HEX triplet: 82, 7F and ED. RGB value is (130,127,237). Sum of RGB (Red+Green+Blue) = 130+127+237=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #827FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FED is #7D8012. Grayscale: #8C8C8C. Windows color (decimal): -8224787 or 15564674. OLE color: 15564674.
HSL color Cylindrical-coordinate representation of color #827FED: hue angle of 241.64º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827FED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 127 | 237 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.07 |
| HSL | 241.64º | 0.75% | 0.71% | - |
| HSV(B) | 241.64º | 0.46% | 0.93% | - |
| XYZ | 32.08 | 26.04 | 83.46 | - |
| YUV | 140.44 | 182.49 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 237 | 0.45 | 0.46 | 0 | 0.07 | 241.64 | 0.75 | 0.71 |
| Hex | 82 | 7F | ED | 2D | 2E | 0 | 7 | F2 | 4B | 47 |
| Octal | 202 | 177 | 355 | 55 | 56 | 0 | 7 | 362 | 113 | 107 |
| Binary | 10000010 | 1111111 | 11101101 | 101101 | 101110 | 0 | 111 | 11110010 | 1001011 | 1000111 |
Color Harmonies of #827FED
Complementary color
Monochromatic Colors of #827FED
Black with #827FED
Text Example
Text Example
White with #827FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FED; }
p { color: rgb(130,127,237); }
H1.HeaderClassName
{
color: #827FED;
}
.AnyTagClassName
{
color: #827FED;
}
</style>
background-color css
<style>
a { background-color: #827FED; }
a { background-color: rgb(130,127,237); }
div.DivClassName
{
background-color: #827FED;
}
.BgClassName
{
background-color: #827FED;
}
</style>
border-color css
<style>
span { border-color: #827FED; }
span { border-color: rgb(130,127,237); }
td.TdClassName
{
border-color: #827FED;
}
.TagClassName
{
border-color: #827FED;
}
</style>