Shades of Light Slate Blue #817DF3
Tints of Light Slate Blue #817DF3
RGB
CMYK
RGB Variations
Color information
#817DF3 (or 0x817DF3) is known color: Light Slate Blue. HEX triplet: 81, 7D and F3. RGB value is (129,125,243). Sum of RGB (Red+Green+Blue) = 129+125+243=497 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.96% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #817DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817DF3 is #7E820C. Grayscale: #8B8B8B. Windows color (decimal): -8290829 or 15957377. OLE color: 15957377.
HSL color Cylindrical-coordinate representation of color #817DF3: hue angle of 242.03º degrees, saturation: 0.83, 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 #817DF3 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 125 | 243 | - |
| CMYK | 0.47 | 0.49 | 0 | 0.05 |
| HSL | 242.03º | 0.83% | 0.72% | - |
| HSV(B) | 242.03º | 0.49% | 0.95% | - |
| XYZ | 32.56 | 25.81 | 88.06 | - |
| YUV | 139.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 125 | 243 | 0.47 | 0.49 | 0 | 0.05 | 242.03 | 0.83 | 0.72 |
| Hex | 81 | 7D | F3 | 2F | 31 | 0 | 5 | F2 | 53 | 48 |
| Octal | 201 | 175 | 363 | 57 | 61 | 0 | 5 | 362 | 123 | 110 |
| Binary | 10000001 | 1111101 | 11110011 | 101111 | 110001 | 0 | 101 | 11110010 | 1010011 | 1001000 |
Color Harmonies of #817DF3
Complementary color
Monochromatic Colors of #817DF3
Black with #817DF3
Text Example
Text Example
White with #817DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817DF3; }
p { color: rgb(129,125,243); }
H1.HeaderClassName
{
color: #817DF3;
}
.AnyTagClassName
{
color: #817DF3;
}
</style>
background-color css
<style>
a { background-color: #817DF3; }
a { background-color: rgb(129,125,243); }
div.DivClassName
{
background-color: #817DF3;
}
.BgClassName
{
background-color: #817DF3;
}
</style>
border-color css
<style>
span { border-color: #817DF3; }
span { border-color: rgb(129,125,243); }
td.TdClassName
{
border-color: #817DF3;
}
.TagClassName
{
border-color: #817DF3;
}
</style>