Shades of Light Slate Blue #837CFA
Tints of Light Slate Blue #837CFA
RGB
CMYK
RGB Variations
Color information
#837CFA (or 0x837CFA) is known color: Light Slate Blue. HEX triplet: 83, 7C and FA. RGB value is (131,124,250). Sum of RGB (Red+Green+Blue) = 131+124+250=505 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.94% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #837CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CFA is #7C8305. Grayscale: #8B8B8B. Windows color (decimal): -8160006 or 16415875. OLE color: 16415875.
HSL color Cylindrical-coordinate representation of color #837CFA: hue angle of 243.33º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #837CFA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 124 | 250 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.02 |
| HSL | 243.33º | 0.93% | 0.73% | - |
| HSV(B) | 243.33º | 0.5% | 0.98% | - |
| XYZ | 33.82 | 26.14 | 93.71 | - |
| YUV | 140.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 124 | 250 | 0.48 | 0.50 | 0 | 0.02 | 243.33 | 0.93 | 0.73 |
| Hex | 83 | 7C | FA | 30 | 32 | 0 | 2 | F3 | 5D | 49 |
| Octal | 203 | 174 | 372 | 60 | 62 | 0 | 2 | 363 | 135 | 111 |
| Binary | 10000011 | 1111100 | 11111010 | 110000 | 110010 | 0 | 10 | 11110011 | 1011101 | 1001001 |
Color Harmonies of #837CFA
Complementary color
Monochromatic Colors of #837CFA
Black with #837CFA
Text Example
Text Example
White with #837CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #837CFA; }
p { color: rgb(131,124,250); }
H1.HeaderClassName
{
color: #837CFA;
}
.AnyTagClassName
{
color: #837CFA;
}
</style>
background-color css
<style>
a { background-color: #837CFA; }
a { background-color: rgb(131,124,250); }
div.DivClassName
{
background-color: #837CFA;
}
.BgClassName
{
background-color: #837CFA;
}
</style>
border-color css
<style>
span { border-color: #837CFA; }
span { border-color: rgb(131,124,250); }
td.TdClassName
{
border-color: #837CFA;
}
.TagClassName
{
border-color: #837CFA;
}
</style>