Shades of Light Slate Blue #838DFA
Tints of Light Slate Blue #838DFA
RGB
CMYK
RGB Variations
Color information
#838DFA (or 0x838DFA) is known color: Light Slate Blue. HEX triplet: 83, 8D and FA. RGB value is (131,141,250). Sum of RGB (Red+Green+Blue) = 131+141+250=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #838DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DFA is #7C7205. Grayscale: #959595. Windows color (decimal): -8155654 or 16420227. OLE color: 16420227.
HSL color Cylindrical-coordinate representation of color #838DFA: hue angle of 234.96º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838DFA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 141 | 250 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.02 |
| HSL | 234.96º | 0.92% | 0.75% | - |
| HSV(B) | 234.96º | 0.48% | 0.98% | - |
| XYZ | 36.14 | 30.78 | 94.48 | - |
| YUV | 150.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 250 | 0.48 | 0.44 | 0 | 0.02 | 234.96 | 0.92 | 0.75 |
| Hex | 83 | 8D | FA | 30 | 2C | 0 | 2 | EB | 5C | 4B |
| Octal | 203 | 215 | 372 | 60 | 54 | 0 | 2 | 353 | 134 | 113 |
| Binary | 10000011 | 10001101 | 11111010 | 110000 | 101100 | 0 | 10 | 11101011 | 1011100 | 1001011 |
Color Harmonies of #838DFA
Complementary color
Monochromatic Colors of #838DFA
Black with #838DFA
Text Example
Text Example
White with #838DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DFA; }
p { color: rgb(131,141,250); }
H1.HeaderClassName
{
color: #838DFA;
}
.AnyTagClassName
{
color: #838DFA;
}
</style>
background-color css
<style>
a { background-color: #838DFA; }
a { background-color: rgb(131,141,250); }
div.DivClassName
{
background-color: #838DFA;
}
.BgClassName
{
background-color: #838DFA;
}
</style>
border-color css
<style>
span { border-color: #838DFA; }
span { border-color: rgb(131,141,250); }
td.TdClassName
{
border-color: #838DFA;
}
.TagClassName
{
border-color: #838DFA;
}
</style>