Shades of Light Slate Blue #817DF4
Tints of Light Slate Blue #817DF4
RGB
CMYK
RGB Variations
Color information
#817DF4 (or 0x817DF4) is known color: Light Slate Blue. HEX triplet: 81, 7D and F4. RGB value is (129,125,244). Sum of RGB (Red+Green+Blue) = 129+125+244=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #817DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DF4 is #7E820B. Grayscale: #8B8B8B. Windows color (decimal): -8290828 or 16022913. OLE color: 16022913.
HSL color Cylindrical-coordinate representation of color #817DF4: hue angle of 242.02º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #817DF4 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 125 | 244 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.04 |
| HSL | 242.02º | 0.84% | 0.72% | - |
| HSV(B) | 242.02º | 0.49% | 0.96% | - |
| XYZ | 32.72 | 25.87 | 88.86 | - |
| YUV | 139.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 244 | 0.47 | 0.49 | 0 | 0.04 | 242.02 | 0.84 | 0.72 |
| Hex | 81 | 7D | F4 | 2F | 31 | 0 | 4 | F2 | 54 | 48 |
| Octal | 201 | 175 | 364 | 57 | 61 | 0 | 4 | 362 | 124 | 110 |
| Binary | 10000001 | 1111101 | 11110100 | 101111 | 110001 | 0 | 100 | 11110010 | 1010100 | 1001000 |
Color Harmonies of #817DF4
Complementary color
Monochromatic Colors of #817DF4
Black with #817DF4
Text Example
Text Example
White with #817DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DF4; }
p { color: rgb(129,125,244); }
H1.HeaderClassName
{
color: #817DF4;
}
.AnyTagClassName
{
color: #817DF4;
}
</style>
background-color css
<style>
a { background-color: #817DF4; }
a { background-color: rgb(129,125,244); }
div.DivClassName
{
background-color: #817DF4;
}
.BgClassName
{
background-color: #817DF4;
}
</style>
border-color css
<style>
span { border-color: #817DF4; }
span { border-color: rgb(129,125,244); }
td.TdClassName
{
border-color: #817DF4;
}
.TagClassName
{
border-color: #817DF4;
}
</style>