Shades of Light Slate Blue #827FF2
Tints of Light Slate Blue #827FF2
RGB
CMYK
RGB Variations
Color information
#827FF2 (or 0x827FF2) is known color: Light Slate Blue. HEX triplet: 82, 7F and F2. RGB value is (130,127,242). Sum of RGB (Red+Green+Blue) = 130+127+242=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #827FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FF2 is #7D800D. Grayscale: #8C8C8C. Windows color (decimal): -8224782 or 15892354. OLE color: 15892354.
HSL color Cylindrical-coordinate representation of color #827FF2: hue angle of 241.57º 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 #827FF2 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 127 | 242 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.05 |
| HSL | 241.57º | 0.82% | 0.72% | - |
| HSV(B) | 241.57º | 0.48% | 0.95% | - |
| XYZ | 32.82 | 26.34 | 87.36 | - |
| YUV | 141.01 | 184.99 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 242 | 0.46 | 0.48 | 0 | 0.05 | 241.57 | 0.82 | 0.72 |
| Hex | 82 | 7F | F2 | 2E | 30 | 0 | 5 | F2 | 52 | 48 |
| Octal | 202 | 177 | 362 | 56 | 60 | 0 | 5 | 362 | 122 | 110 |
| Binary | 10000010 | 1111111 | 11110010 | 101110 | 110000 | 0 | 101 | 11110010 | 1010010 | 1001000 |
Color Harmonies of #827FF2
Complementary color
Monochromatic Colors of #827FF2
Black with #827FF2
Text Example
Text Example
White with #827FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827FF2; }
p { color: rgb(130,127,242); }
H1.HeaderClassName
{
color: #827FF2;
}
.AnyTagClassName
{
color: #827FF2;
}
</style>
background-color css
<style>
a { background-color: #827FF2; }
a { background-color: rgb(130,127,242); }
div.DivClassName
{
background-color: #827FF2;
}
.BgClassName
{
background-color: #827FF2;
}
</style>
border-color css
<style>
span { border-color: #827FF2; }
span { border-color: rgb(130,127,242); }
td.TdClassName
{
border-color: #827FF2;
}
.TagClassName
{
border-color: #827FF2;
}
</style>