Shades of Light Slate Blue #827CF2
Tints of Light Slate Blue #827CF2
RGB
CMYK
RGB Variations
Color information
#827CF2 (or 0x827CF2) is known color: Light Slate Blue. HEX triplet: 82, 7C and F2. RGB value is (130,124,242). Sum of RGB (Red+Green+Blue) = 130+124+242=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #827CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CF2 is #7D830D. Grayscale: #8A8A8A. Windows color (decimal): -8225550 or 15891586. OLE color: 15891586.
HSL color Cylindrical-coordinate representation of color #827CF2: hue angle of 243.05º degrees, saturation: 0.82, 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 #827CF2 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 124 | 242 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.05 |
| HSL | 243.05º | 0.82% | 0.72% | - |
| HSV(B) | 243.05º | 0.49% | 0.95% | - |
| XYZ | 32.44 | 25.57 | 87.23 | - |
| YUV | 139.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 242 | 0.46 | 0.49 | 0 | 0.05 | 243.05 | 0.82 | 0.72 |
| Hex | 82 | 7C | F2 | 2E | 31 | 0 | 5 | F3 | 52 | 48 |
| Octal | 202 | 174 | 362 | 56 | 61 | 0 | 5 | 363 | 122 | 110 |
| Binary | 10000010 | 1111100 | 11110010 | 101110 | 110001 | 0 | 101 | 11110011 | 1010010 | 1001000 |
Color Harmonies of #827CF2
Complementary color
Monochromatic Colors of #827CF2
Black with #827CF2
Text Example
Text Example
White with #827CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827CF2; }
p { color: rgb(130,124,242); }
H1.HeaderClassName
{
color: #827CF2;
}
.AnyTagClassName
{
color: #827CF2;
}
</style>
background-color css
<style>
a { background-color: #827CF2; }
a { background-color: rgb(130,124,242); }
div.DivClassName
{
background-color: #827CF2;
}
.BgClassName
{
background-color: #827CF2;
}
</style>
border-color css
<style>
span { border-color: #827CF2; }
span { border-color: rgb(130,124,242); }
td.TdClassName
{
border-color: #827CF2;
}
.TagClassName
{
border-color: #827CF2;
}
</style>