Shades of Light Slate Blue #827AF6
Tints of Light Slate Blue #827AF6
RGB
CMYK
RGB Variations
Color information
#827AF6 (or 0x827AF6) is known color: Light Slate Blue. HEX triplet: 82, 7A and F6. RGB value is (130,122,246). Sum of RGB (Red+Green+Blue) = 130+122+246=498 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.10% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #827AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AF6 is #7D8509. Grayscale: #8A8A8A. Windows color (decimal): -8226058 or 16153218. OLE color: 16153218.
HSL color Cylindrical-coordinate representation of color #827AF6: hue angle of 243.87º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827AF6 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 122 | 246 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.04 |
| HSL | 243.87º | 0.87% | 0.72% | - |
| HSV(B) | 243.87º | 0.5% | 0.96% | - |
| XYZ | 32.8 | 25.32 | 90.35 | - |
| YUV | 138.53 | 188.65 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 246 | 0.47 | 0.50 | 0 | 0.04 | 243.87 | 0.87 | 0.72 |
| Hex | 82 | 7A | F6 | 2F | 32 | 0 | 4 | F4 | 57 | 48 |
| Octal | 202 | 172 | 366 | 57 | 62 | 0 | 4 | 364 | 127 | 110 |
| Binary | 10000010 | 1111010 | 11110110 | 101111 | 110010 | 0 | 100 | 11110100 | 1010111 | 1001000 |
Color Harmonies of #827AF6
Complementary color
Monochromatic Colors of #827AF6
Black with #827AF6
Text Example
Text Example
White with #827AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AF6; }
p { color: rgb(130,122,246); }
H1.HeaderClassName
{
color: #827AF6;
}
.AnyTagClassName
{
color: #827AF6;
}
</style>
background-color css
<style>
a { background-color: #827AF6; }
a { background-color: rgb(130,122,246); }
div.DivClassName
{
background-color: #827AF6;
}
.BgClassName
{
background-color: #827AF6;
}
</style>
border-color css
<style>
span { border-color: #827AF6; }
span { border-color: rgb(130,122,246); }
td.TdClassName
{
border-color: #827AF6;
}
.TagClassName
{
border-color: #827AF6;
}
</style>