Shades of Light Slate Blue #827FEF
Tints of Light Slate Blue #827FEF
RGB
CMYK
RGB Variations
Color information
#827FEF (or 0x827FEF) is known color: Light Slate Blue. HEX triplet: 82, 7F and EF. RGB value is (130,127,239). Sum of RGB (Red+Green+Blue) = 130+127+239=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #827FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FEF is #7D8010. Grayscale: #8C8C8C. Windows color (decimal): -8224785 or 15695746. OLE color: 15695746.
HSL color Cylindrical-coordinate representation of color #827FEF: hue angle of 241.61º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827FEF is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 127 | 239 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.06 |
| HSL | 241.61º | 0.78% | 0.72% | - |
| HSV(B) | 241.61º | 0.47% | 0.94% | - |
| XYZ | 32.38 | 26.16 | 85 | - |
| YUV | 140.67 | 183.49 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 239 | 0.46 | 0.47 | 0 | 0.06 | 241.61 | 0.78 | 0.72 |
| Hex | 82 | 7F | EF | 2E | 2F | 0 | 6 | F2 | 4E | 48 |
| Octal | 202 | 177 | 357 | 56 | 57 | 0 | 6 | 362 | 116 | 110 |
| Binary | 10000010 | 1111111 | 11101111 | 101110 | 101111 | 0 | 110 | 11110010 | 1001110 | 1001000 |
Color Harmonies of #827FEF
Complementary color
Monochromatic Colors of #827FEF
Black with #827FEF
Text Example
Text Example
White with #827FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FEF; }
p { color: rgb(130,127,239); }
H1.HeaderClassName
{
color: #827FEF;
}
.AnyTagClassName
{
color: #827FEF;
}
</style>
background-color css
<style>
a { background-color: #827FEF; }
a { background-color: rgb(130,127,239); }
div.DivClassName
{
background-color: #827FEF;
}
.BgClassName
{
background-color: #827FEF;
}
</style>
border-color css
<style>
span { border-color: #827FEF; }
span { border-color: rgb(130,127,239); }
td.TdClassName
{
border-color: #827FEF;
}
.TagClassName
{
border-color: #827FEF;
}
</style>