Shades of Light Slate Blue #827EF2
Tints of Light Slate Blue #827EF2
RGB
CMYK
RGB Variations
Color information
#827EF2 (or 0x827EF2) is known color: Light Slate Blue. HEX triplet: 82, 7E and F2. RGB value is (130,126,242). Sum of RGB (Red+Green+Blue) = 130+126+242=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #827EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EF2 is #7D810D. Grayscale: #8B8B8B. Windows color (decimal): -8225038 or 15892098. OLE color: 15892098.
HSL color Cylindrical-coordinate representation of color #827EF2: hue angle of 242.07º 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 #827EF2 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 126 | 242 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.05 |
| HSL | 242.07º | 0.82% | 0.72% | - |
| HSV(B) | 242.07º | 0.48% | 0.95% | - |
| XYZ | 32.69 | 26.08 | 87.31 | - |
| YUV | 140.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 242 | 0.46 | 0.48 | 0 | 0.05 | 242.07 | 0.82 | 0.72 |
| Hex | 82 | 7E | F2 | 2E | 30 | 0 | 5 | F2 | 52 | 48 |
| Octal | 202 | 176 | 362 | 56 | 60 | 0 | 5 | 362 | 122 | 110 |
| Binary | 10000010 | 1111110 | 11110010 | 101110 | 110000 | 0 | 101 | 11110010 | 1010010 | 1001000 |
Color Harmonies of #827EF2
Complementary color
Monochromatic Colors of #827EF2
Black with #827EF2
Text Example
Text Example
White with #827EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EF2; }
p { color: rgb(130,126,242); }
H1.HeaderClassName
{
color: #827EF2;
}
.AnyTagClassName
{
color: #827EF2;
}
</style>
background-color css
<style>
a { background-color: #827EF2; }
a { background-color: rgb(130,126,242); }
div.DivClassName
{
background-color: #827EF2;
}
.BgClassName
{
background-color: #827EF2;
}
</style>
border-color css
<style>
span { border-color: #827EF2; }
span { border-color: rgb(130,126,242); }
td.TdClassName
{
border-color: #827EF2;
}
.TagClassName
{
border-color: #827EF2;
}
</style>