Shades of Light Slate Blue #827CF1
Tints of Light Slate Blue #827CF1
RGB
CMYK
RGB Variations
Color information
#827CF1 (or 0x827CF1) is known color: Light Slate Blue. HEX triplet: 82, 7C and F1. RGB value is (130,124,241). Sum of RGB (Red+Green+Blue) = 130+124+241=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #827CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CF1 is #7D830E. Grayscale: #8A8A8A. Windows color (decimal): -8225551 or 15826050. OLE color: 15826050.
HSL color Cylindrical-coordinate representation of color #827CF1: hue angle of 243.08º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827CF1 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 124 | 241 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.05 |
| HSL | 243.08º | 0.81% | 0.72% | - |
| HSV(B) | 243.08º | 0.49% | 0.95% | - |
| XYZ | 32.29 | 25.51 | 86.44 | - |
| YUV | 139.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 241 | 0.46 | 0.49 | 0 | 0.05 | 243.08 | 0.81 | 0.72 |
| Hex | 82 | 7C | F1 | 2E | 31 | 0 | 5 | F3 | 51 | 48 |
| Octal | 202 | 174 | 361 | 56 | 61 | 0 | 5 | 363 | 121 | 110 |
| Binary | 10000010 | 1111100 | 11110001 | 101110 | 110001 | 0 | 101 | 11110011 | 1010001 | 1001000 |
Color Harmonies of #827CF1
Complementary color
Monochromatic Colors of #827CF1
Black with #827CF1
Text Example
Text Example
White with #827CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CF1; }
p { color: rgb(130,124,241); }
H1.HeaderClassName
{
color: #827CF1;
}
.AnyTagClassName
{
color: #827CF1;
}
</style>
background-color css
<style>
a { background-color: #827CF1; }
a { background-color: rgb(130,124,241); }
div.DivClassName
{
background-color: #827CF1;
}
.BgClassName
{
background-color: #827CF1;
}
</style>
border-color css
<style>
span { border-color: #827CF1; }
span { border-color: rgb(130,124,241); }
td.TdClassName
{
border-color: #827CF1;
}
.TagClassName
{
border-color: #827CF1;
}
</style>