Shades of Light Slate Blue #838CFE
Tints of Light Slate Blue #838CFE
RGB
CMYK
RGB Variations
Color information
#838CFE (or 0x838CFE) is known color: Light Slate Blue. HEX triplet: 83, 8C and FE. RGB value is (131,140,254). Sum of RGB (Red+Green+Blue) = 131+140+254=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #838CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CFE is #7C7301. Grayscale: #959595. Windows color (decimal): -8155906 or 16682115. OLE color: 16682115.
HSL color Cylindrical-coordinate representation of color #838CFE: hue angle of 235.61º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838CFE is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 131 | 140 | 254 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.00 |
| HSL | 235.61º | 0.98% | 0.75% | - |
| HSV(B) | 235.61º | 0.48% | 1% | - |
| XYZ | 36.63 | 30.74 | 97.77 | - |
| YUV | 150.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 254 | 0.48 | 0.45 | 0 | 0.00 | 235.61 | 0.98 | 0.75 |
| Hex | 83 | 8C | FE | 30 | 2D | 0 | 0 | EC | 62 | 4B |
| Octal | 203 | 214 | 376 | 60 | 55 | 0 | 0 | 354 | 142 | 113 |
| Binary | 10000011 | 10001100 | 11111110 | 110000 | 101101 | 0 | 0 | 11101100 | 1100010 | 1001011 |
Color Harmonies of #838CFE
Complementary color
Monochromatic Colors of #838CFE
Black with #838CFE
Text Example
Text Example
White with #838CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CFE; }
p { color: rgb(131,140,254); }
H1.HeaderClassName
{
color: #838CFE;
}
.AnyTagClassName
{
color: #838CFE;
}
</style>
background-color css
<style>
a { background-color: #838CFE; }
a { background-color: rgb(131,140,254); }
div.DivClassName
{
background-color: #838CFE;
}
.BgClassName
{
background-color: #838CFE;
}
</style>
border-color css
<style>
span { border-color: #838CFE; }
span { border-color: rgb(131,140,254); }
td.TdClassName
{
border-color: #838CFE;
}
.TagClassName
{
border-color: #838CFE;
}
</style>