Shades of Light Slate Blue #838DF9
Tints of Light Slate Blue #838DF9
RGB
CMYK
RGB Variations
Color information
#838DF9 (or 0x838DF9) is known color: Light Slate Blue. HEX triplet: 83, 8D and F9. RGB value is (131,141,249). Sum of RGB (Red+Green+Blue) = 131+141+249=521 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.14% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #838DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DF9 is #7C7206. Grayscale: #959595. Windows color (decimal): -8155655 or 16354691. OLE color: 16354691.
HSL color Cylindrical-coordinate representation of color #838DF9: hue angle of 234.92º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838DF9 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 141 | 249 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.02 |
| HSL | 234.92º | 0.91% | 0.75% | - |
| HSV(B) | 234.92º | 0.47% | 0.98% | - |
| XYZ | 35.98 | 30.71 | 93.65 | - |
| YUV | 150.32 | 183.69 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 249 | 0.47 | 0.43 | 0 | 0.02 | 234.92 | 0.91 | 0.75 |
| Hex | 83 | 8D | F9 | 2F | 2B | 0 | 2 | EB | 5B | 4B |
| Octal | 203 | 215 | 371 | 57 | 53 | 0 | 2 | 353 | 133 | 113 |
| Binary | 10000011 | 10001101 | 11111001 | 101111 | 101011 | 0 | 10 | 11101011 | 1011011 | 1001011 |
Color Harmonies of #838DF9
Complementary color
Monochromatic Colors of #838DF9
Black with #838DF9
Text Example
Text Example
White with #838DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838DF9; }
p { color: rgb(131,141,249); }
H1.HeaderClassName
{
color: #838DF9;
}
.AnyTagClassName
{
color: #838DF9;
}
</style>
background-color css
<style>
a { background-color: #838DF9; }
a { background-color: rgb(131,141,249); }
div.DivClassName
{
background-color: #838DF9;
}
.BgClassName
{
background-color: #838DF9;
}
</style>
border-color css
<style>
span { border-color: #838DF9; }
span { border-color: rgb(131,141,249); }
td.TdClassName
{
border-color: #838DF9;
}
.TagClassName
{
border-color: #838DF9;
}
</style>