Shades of Light Slate Blue #838CFD
Tints of Light Slate Blue #838CFD
RGB
CMYK
RGB Variations
Color information
#838CFD (or 0x838CFD) is known color: Light Slate Blue. HEX triplet: 83, 8C and FD. RGB value is (131,140,253). Sum of RGB (Red+Green+Blue) = 131+140+253=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #838CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838CFD is #7C7302. Grayscale: #959595. Windows color (decimal): -8155907 or 16616579. OLE color: 16616579.
HSL color Cylindrical-coordinate representation of color #838CFD: hue angle of 235.57º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #838CFD is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 131 | 140 | 253 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.01 |
| HSL | 235.57º | 0.97% | 0.75% | - |
| HSV(B) | 235.57º | 0.48% | 0.99% | - |
| XYZ | 36.47 | 30.67 | 96.93 | - |
| YUV | 150.19 | 186.02 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 140 | 253 | 0.48 | 0.45 | 0 | 0.01 | 235.57 | 0.97 | 0.75 |
| Hex | 83 | 8C | FD | 30 | 2D | 0 | 1 | EC | 61 | 4B |
| Octal | 203 | 214 | 375 | 60 | 55 | 0 | 1 | 354 | 141 | 113 |
| Binary | 10000011 | 10001100 | 11111101 | 110000 | 101101 | 0 | 1 | 11101100 | 1100001 | 1001011 |
Color Harmonies of #838CFD
Complementary color
Monochromatic Colors of #838CFD
Black with #838CFD
Text Example
Text Example
White with #838CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838CFD; }
p { color: rgb(131,140,253); }
H1.HeaderClassName
{
color: #838CFD;
}
.AnyTagClassName
{
color: #838CFD;
}
</style>
background-color css
<style>
a { background-color: #838CFD; }
a { background-color: rgb(131,140,253); }
div.DivClassName
{
background-color: #838CFD;
}
.BgClassName
{
background-color: #838CFD;
}
</style>
border-color css
<style>
span { border-color: #838CFD; }
span { border-color: rgb(131,140,253); }
td.TdClassName
{
border-color: #838CFD;
}
.TagClassName
{
border-color: #838CFD;
}
</style>