Shades of Light Slate Blue #838AF9
Tints of Light Slate Blue #838AF9
RGB
CMYK
RGB Variations
Color information
#838AF9 (or 0x838AF9) is known color: Light Slate Blue. HEX triplet: 83, 8A and F9. RGB value is (131,138,249). Sum of RGB (Red+Green+Blue) = 131+138+249=518 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.29% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #838AF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF9 is #7C7506. Grayscale: #949494. Windows color (decimal): -8156423 or 16353923. OLE color: 16353923.
HSL color Cylindrical-coordinate representation of color #838AF9: hue angle of 236.44º 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 #838AF9 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 131 | 138 | 249 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.02 |
| HSL | 236.44º | 0.91% | 0.75% | - |
| HSV(B) | 236.44º | 0.47% | 0.98% | - |
| XYZ | 35.55 | 29.84 | 93.51 | - |
| YUV | 148.56 | 184.68 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 249 | 0.47 | 0.45 | 0 | 0.02 | 236.44 | 0.91 | 0.75 |
| Hex | 83 | 8A | F9 | 2F | 2D | 0 | 2 | EC | 5B | 4B |
| Octal | 203 | 212 | 371 | 57 | 55 | 0 | 2 | 354 | 133 | 113 |
| Binary | 10000011 | 10001010 | 11111001 | 101111 | 101101 | 0 | 10 | 11101100 | 1011011 | 1001011 |
Color Harmonies of #838AF9
Complementary color
Monochromatic Colors of #838AF9
Black with #838AF9
Text Example
Text Example
White with #838AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AF9; }
p { color: rgb(131,138,249); }
H1.HeaderClassName
{
color: #838AF9;
}
.AnyTagClassName
{
color: #838AF9;
}
</style>
background-color css
<style>
a { background-color: #838AF9; }
a { background-color: rgb(131,138,249); }
div.DivClassName
{
background-color: #838AF9;
}
.BgClassName
{
background-color: #838AF9;
}
</style>
border-color css
<style>
span { border-color: #838AF9; }
span { border-color: rgb(131,138,249); }
td.TdClassName
{
border-color: #838AF9;
}
.TagClassName
{
border-color: #838AF9;
}
</style>