Shades of Light Slate Blue #827FFF
Tints of Light Slate Blue #827FFF
RGB
CMYK
RGB Variations
Color information
#827FFF (or 0x827FFF) is known color: Light Slate Blue. HEX triplet: 82, 7F and FF. RGB value is (130,127,255). Sum of RGB (Red+Green+Blue) = 130+127+255=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #827FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FFF is #7D8000. Grayscale: #8D8D8D. Windows color (decimal): -8224769 or 16744322. OLE color: 16744322.
HSL color Cylindrical-coordinate representation of color #827FFF: hue angle of 241.41º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827FFF is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 127 | 255 | - |
| CMYK | 0.49 | 0.50 | 0 | 0 |
| HSL | 241.41º | 1% | 0.75% | - |
| HSV(B) | 241.41º | 0.5% | 1% | - |
| XYZ | 34.85 | 27.14 | 98.01 | - |
| YUV | 142.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 255 | 0.49 | 0.50 | 0 | 0 | 241.41 | 1 | 0.75 |
| Hex | 82 | 7F | FF | 31 | 32 | 0 | 0 | F1 | 64 | 4B |
| Octal | 202 | 177 | 377 | 61 | 62 | 0 | 0 | 361 | 144 | 113 |
| Binary | 10000010 | 1111111 | 11111111 | 110001 | 110010 | 0 | 0 | 11110001 | 1100100 | 1001011 |
Color Harmonies of #827FFF
Complementary color
Monochromatic Colors of #827FFF
Black with #827FFF
Text Example
Text Example
White with #827FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FFF; }
p { color: rgb(130,127,255); }
H1.HeaderClassName
{
color: #827FFF;
}
.AnyTagClassName
{
color: #827FFF;
}
</style>
background-color css
<style>
a { background-color: #827FFF; }
a { background-color: rgb(130,127,255); }
div.DivClassName
{
background-color: #827FFF;
}
.BgClassName
{
background-color: #827FFF;
}
</style>
border-color css
<style>
span { border-color: #827FFF; }
span { border-color: rgb(130,127,255); }
td.TdClassName
{
border-color: #827FFF;
}
.TagClassName
{
border-color: #827FFF;
}
</style>