Shades of Light Slate Blue #817BFC
Tints of Light Slate Blue #817BFC
RGB
CMYK
RGB Variations
Color information
#817BFC (or 0x817BFC) is known color: Light Slate Blue. HEX triplet: 81, 7B and FC. RGB value is (129,123,252). Sum of RGB (Red+Green+Blue) = 129+123+252=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #817BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #817BFC is #7E8403. Grayscale: #8A8A8A. Windows color (decimal): -8291332 or 16546689. OLE color: 16546689.
HSL color Cylindrical-coordinate representation of color #817BFC: hue angle of 242.79º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #817BFC is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 123 | 252 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.01 |
| HSL | 242.79º | 0.96% | 0.74% | - |
| HSV(B) | 242.79º | 0.51% | 0.99% | - |
| XYZ | 33.71 | 25.86 | 95.31 | - |
| YUV | 139.5 | 191.49 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 252 | 0.49 | 0.51 | 0 | 0.01 | 242.79 | 0.96 | 0.74 |
| Hex | 81 | 7B | FC | 31 | 33 | 0 | 1 | F3 | 60 | 4A |
| Octal | 201 | 173 | 374 | 61 | 63 | 0 | 1 | 363 | 140 | 112 |
| Binary | 10000001 | 1111011 | 11111100 | 110001 | 110011 | 0 | 1 | 11110011 | 1100000 | 1001010 |
Color Harmonies of #817BFC
Complementary color
Monochromatic Colors of #817BFC
Black with #817BFC
Text Example
Text Example
White with #817BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817BFC; }
p { color: rgb(129,123,252); }
H1.HeaderClassName
{
color: #817BFC;
}
.AnyTagClassName
{
color: #817BFC;
}
</style>
background-color css
<style>
a { background-color: #817BFC; }
a { background-color: rgb(129,123,252); }
div.DivClassName
{
background-color: #817BFC;
}
.BgClassName
{
background-color: #817BFC;
}
</style>
border-color css
<style>
span { border-color: #817BFC; }
span { border-color: rgb(129,123,252); }
td.TdClassName
{
border-color: #817BFC;
}
.TagClassName
{
border-color: #817BFC;
}
</style>