Shades of Light Slate Blue #827BF6
Tints of Light Slate Blue #827BF6
RGB
CMYK
RGB Variations
Color information
#827BF6 (or 0x827BF6) is known color: Light Slate Blue. HEX triplet: 82, 7B and F6. RGB value is (130,123,246). Sum of RGB (Red+Green+Blue) = 130+123+246=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #827BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BF6 is #7D8409. Grayscale: #8A8A8A. Windows color (decimal): -8225802 or 16153474. OLE color: 16153474.
HSL color Cylindrical-coordinate representation of color #827BF6: hue angle of 243.41º 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 #827BF6 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 123 | 246 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.04 |
| HSL | 243.41º | 0.87% | 0.72% | - |
| HSV(B) | 243.41º | 0.5% | 0.96% | - |
| XYZ | 32.92 | 25.57 | 90.39 | - |
| YUV | 139.12 | 188.32 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 246 | 0.47 | 0.50 | 0 | 0.04 | 243.41 | 0.87 | 0.72 |
| Hex | 82 | 7B | F6 | 2F | 32 | 0 | 4 | F3 | 57 | 48 |
| Octal | 202 | 173 | 366 | 57 | 62 | 0 | 4 | 363 | 127 | 110 |
| Binary | 10000010 | 1111011 | 11110110 | 101111 | 110010 | 0 | 100 | 11110011 | 1010111 | 1001000 |
Color Harmonies of #827BF6
Complementary color
Monochromatic Colors of #827BF6
Black with #827BF6
Text Example
Text Example
White with #827BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BF6; }
p { color: rgb(130,123,246); }
H1.HeaderClassName
{
color: #827BF6;
}
.AnyTagClassName
{
color: #827BF6;
}
</style>
background-color css
<style>
a { background-color: #827BF6; }
a { background-color: rgb(130,123,246); }
div.DivClassName
{
background-color: #827BF6;
}
.BgClassName
{
background-color: #827BF6;
}
</style>
border-color css
<style>
span { border-color: #827BF6; }
span { border-color: rgb(130,123,246); }
td.TdClassName
{
border-color: #827BF6;
}
.TagClassName
{
border-color: #827BF6;
}
</style>