Shades of Light Slate Blue #825FFD
Tints of Light Slate Blue #825FFD
RGB
CMYK
RGB Variations
Color information
#825FFD (or 0x825FFD) is known color: Light Slate Blue. HEX triplet: 82, 5F and FD. RGB value is (130,95,253). Sum of RGB (Red+Green+Blue) = 130+95+253=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #825FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FFD is #7DA002. Grayscale: #7A7A7A. Windows color (decimal): -8232963 or 16605058. OLE color: 16605058.
HSL color Cylindrical-coordinate representation of color #825FFD: hue angle of 253.29º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825FFD is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 95 | 253 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.01 |
| HSL | 253.29º | 0.98% | 0.68% | - |
| HSV(B) | 253.29º | 0.62% | 0.99% | - |
| XYZ | 31.03 | 20.02 | 95.16 | - |
| YUV | 123.48 | 201.1 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 253 | 0.49 | 0.62 | 0 | 0.01 | 253.29 | 0.98 | 0.68 |
| Hex | 82 | 5F | FD | 31 | 3E | 0 | 1 | FD | 62 | 44 |
| Octal | 202 | 137 | 375 | 61 | 76 | 0 | 1 | 375 | 142 | 104 |
| Binary | 10000010 | 1011111 | 11111101 | 110001 | 111110 | 0 | 1 | 11111101 | 1100010 | 1000100 |
Color Harmonies of #825FFD
Complementary color
Monochromatic Colors of #825FFD
Black with #825FFD
Text Example
Text Example
White with #825FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FFD; }
p { color: rgb(130,95,253); }
H1.HeaderClassName
{
color: #825FFD;
}
.AnyTagClassName
{
color: #825FFD;
}
</style>
background-color css
<style>
a { background-color: #825FFD; }
a { background-color: rgb(130,95,253); }
div.DivClassName
{
background-color: #825FFD;
}
.BgClassName
{
background-color: #825FFD;
}
</style>
border-color css
<style>
span { border-color: #825FFD; }
span { border-color: rgb(130,95,253); }
td.TdClassName
{
border-color: #825FFD;
}
.TagClassName
{
border-color: #825FFD;
}
</style>