Shades of Light Slate Blue #827AFA
Tints of Light Slate Blue #827AFA
RGB
CMYK
RGB Variations
Color information
#827AFA (or 0x827AFA) is known color: Light Slate Blue. HEX triplet: 82, 7A and FA. RGB value is (130,122,250). Sum of RGB (Red+Green+Blue) = 130+122+250=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #827AFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827AFA is #7D8505. Grayscale: #8A8A8A. Windows color (decimal): -8226054 or 16415362. OLE color: 16415362.
HSL color Cylindrical-coordinate representation of color #827AFA: hue angle of 243.75º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #827AFA is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 122 | 250 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.02 |
| HSL | 243.75º | 0.93% | 0.73% | - |
| HSV(B) | 243.75º | 0.51% | 0.98% | - |
| XYZ | 33.42 | 25.57 | 93.62 | - |
| YUV | 138.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 250 | 0.48 | 0.51 | 0 | 0.02 | 243.75 | 0.93 | 0.73 |
| Hex | 82 | 7A | FA | 30 | 33 | 0 | 2 | F4 | 5D | 49 |
| Octal | 202 | 172 | 372 | 60 | 63 | 0 | 2 | 364 | 135 | 111 |
| Binary | 10000010 | 1111010 | 11111010 | 110000 | 110011 | 0 | 10 | 11110100 | 1011101 | 1001001 |
Color Harmonies of #827AFA
Complementary color
Monochromatic Colors of #827AFA
Black with #827AFA
Text Example
Text Example
White with #827AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AFA; }
p { color: rgb(130,122,250); }
H1.HeaderClassName
{
color: #827AFA;
}
.AnyTagClassName
{
color: #827AFA;
}
</style>
background-color css
<style>
a { background-color: #827AFA; }
a { background-color: rgb(130,122,250); }
div.DivClassName
{
background-color: #827AFA;
}
.BgClassName
{
background-color: #827AFA;
}
</style>
border-color css
<style>
span { border-color: #827AFA; }
span { border-color: rgb(130,122,250); }
td.TdClassName
{
border-color: #827AFA;
}
.TagClassName
{
border-color: #827AFA;
}
</style>