Shades of Light Slate Blue #838AF5
Tints of Light Slate Blue #838AF5
RGB
CMYK
RGB Variations
Color information
#838AF5 (or 0x838AF5) is known color: Light Slate Blue. HEX triplet: 83, 8A and F5. RGB value is (131,138,245). Sum of RGB (Red+Green+Blue) = 131+138+245=514 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.49% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 245 (96.09% from 255 or 47.67% from 514); Max value from RGB is 245 - color contains mainly: blue. Hex color #838AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838AF5 is #7C750A. Grayscale: #939393. Windows color (decimal): -8156427 or 16091779. OLE color: 16091779.
HSL color Cylindrical-coordinate representation of color #838AF5: hue angle of 236.32º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #838AF5 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 131 | 138 | 245 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.04 |
| HSL | 236.32º | 0.85% | 0.74% | - |
| HSV(B) | 236.32º | 0.47% | 0.96% | - |
| XYZ | 34.93 | 29.59 | 90.26 | - |
| YUV | 148.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 245 | 0.47 | 0.44 | 0 | 0.04 | 236.32 | 0.85 | 0.74 |
| Hex | 83 | 8A | F5 | 2F | 2C | 0 | 4 | EC | 55 | 4A |
| Octal | 203 | 212 | 365 | 57 | 54 | 0 | 4 | 354 | 125 | 112 |
| Binary | 10000011 | 10001010 | 11110101 | 101111 | 101100 | 0 | 100 | 11101100 | 1010101 | 1001010 |
Color Harmonies of #838AF5
Complementary color
Monochromatic Colors of #838AF5
Black with #838AF5
Text Example
Text Example
White with #838AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838AF5; }
p { color: rgb(131,138,245); }
H1.HeaderClassName
{
color: #838AF5;
}
.AnyTagClassName
{
color: #838AF5;
}
</style>
background-color css
<style>
a { background-color: #838AF5; }
a { background-color: rgb(131,138,245); }
div.DivClassName
{
background-color: #838AF5;
}
.BgClassName
{
background-color: #838AF5;
}
</style>
border-color css
<style>
span { border-color: #838AF5; }
span { border-color: rgb(131,138,245); }
td.TdClassName
{
border-color: #838AF5;
}
.TagClassName
{
border-color: #838AF5;
}
</style>