Shades of Light Slate Blue #817FF2
Tints of Light Slate Blue #817FF2
RGB
CMYK
RGB Variations
Color information
#817FF2 (or 0x817FF2) is known color: Light Slate Blue. HEX triplet: 81, 7F and F2. RGB value is (129,127,242). Sum of RGB (Red+Green+Blue) = 129+127+242=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #817FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817FF2 is #7E800D. Grayscale: #8C8C8C. Windows color (decimal): -8290318 or 15892353. OLE color: 15892353.
HSL color Cylindrical-coordinate representation of color #817FF2: hue angle of 241.04º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #817FF2 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 127 | 242 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.05 |
| HSL | 241.04º | 0.82% | 0.72% | - |
| HSV(B) | 241.04º | 0.48% | 0.95% | - |
| XYZ | 32.67 | 26.26 | 87.35 | - |
| YUV | 140.71 | 185.16 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 127 | 242 | 0.47 | 0.48 | 0 | 0.05 | 241.04 | 0.82 | 0.72 |
| Hex | 81 | 7F | F2 | 2F | 30 | 0 | 5 | F1 | 52 | 48 |
| Octal | 201 | 177 | 362 | 57 | 60 | 0 | 5 | 361 | 122 | 110 |
| Binary | 10000001 | 1111111 | 11110010 | 101111 | 110000 | 0 | 101 | 11110001 | 1010010 | 1001000 |
Color Harmonies of #817FF2
Complementary color
Monochromatic Colors of #817FF2
Black with #817FF2
Text Example
Text Example
White with #817FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817FF2; }
p { color: rgb(129,127,242); }
H1.HeaderClassName
{
color: #817FF2;
}
.AnyTagClassName
{
color: #817FF2;
}
</style>
background-color css
<style>
a { background-color: #817FF2; }
a { background-color: rgb(129,127,242); }
div.DivClassName
{
background-color: #817FF2;
}
.BgClassName
{
background-color: #817FF2;
}
</style>
border-color css
<style>
span { border-color: #817FF2; }
span { border-color: rgb(129,127,242); }
td.TdClassName
{
border-color: #817FF2;
}
.TagClassName
{
border-color: #817FF2;
}
</style>