Shades of Light Slate Blue #817CFF
Tints of Light Slate Blue #817CFF
RGB
CMYK
RGB Variations
Color information
#817CFF (or 0x817CFF) is known color: Light Slate Blue. HEX triplet: 81, 7C and FF. RGB value is (129,124,255). Sum of RGB (Red+Green+Blue) = 129+124+255=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #817CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817CFF is #7E8300. Grayscale: #8B8B8B. Windows color (decimal): -8291073 or 16743553. OLE color: 16743553.
HSL color Cylindrical-coordinate representation of color #817CFF: hue angle of 242.29º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #817CFF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 124 | 255 | - |
| CMYK | 0.49 | 0.51 | 0 | 0 |
| HSL | 242.29º | 1% | 0.74% | - |
| HSV(B) | 242.29º | 0.51% | 1% | - |
| XYZ | 34.31 | 26.3 | 97.88 | - |
| YUV | 140.43 | 192.66 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 255 | 0.49 | 0.51 | 0 | 0 | 242.29 | 1 | 0.74 |
| Hex | 81 | 7C | FF | 31 | 33 | 0 | 0 | F2 | 64 | 4A |
| Octal | 201 | 174 | 377 | 61 | 63 | 0 | 0 | 362 | 144 | 112 |
| Binary | 10000001 | 1111100 | 11111111 | 110001 | 110011 | 0 | 0 | 11110010 | 1100100 | 1001010 |
Color Harmonies of #817CFF
Complementary color
Monochromatic Colors of #817CFF
Black with #817CFF
Text Example
Text Example
White with #817CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817CFF; }
p { color: rgb(129,124,255); }
H1.HeaderClassName
{
color: #817CFF;
}
.AnyTagClassName
{
color: #817CFF;
}
</style>
background-color css
<style>
a { background-color: #817CFF; }
a { background-color: rgb(129,124,255); }
div.DivClassName
{
background-color: #817CFF;
}
.BgClassName
{
background-color: #817CFF;
}
</style>
border-color css
<style>
span { border-color: #817CFF; }
span { border-color: rgb(129,124,255); }
td.TdClassName
{
border-color: #817CFF;
}
.TagClassName
{
border-color: #817CFF;
}
</style>