#838DFD

Color #838DFD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #838DFD

Tints of Light Slate Blue #838DFD

Color information

#838DFD (or 0x838DFD) is unknown color: approx Light Slate Blue. HEX triplet: 83, 8D and FD. RGB value is (131,141,253). Sum of RGB (Red+Green+Blue) = 131+141+253=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #838DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #838DFD is #7C7202. Grayscale: #969696. Windows color (decimal): -8155651 or 16616835. OLE color: 16616835.

HSL color Cylindrical-coordinate representation of color #838DFD: hue angle of 235.08º 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 #838DFD is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB131141253-
CMYK0.480.4400.01
HSL235.08º96.83%75.29%-
HSV(B)235.08º48.22%99.22%-
XYZ36.6130.9796.98-
YUV150.78185.69113.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=24.95%
G=26.86%
B=48.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311412530.480.4400.01235.0896.8375.29
Hex838DFD302C01eb614b
Octal203215375605401353141113
Binary100000111000110111111101110000101100011110101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838DFD; }

 p { color: rgb(131,141,253); }

 H1.HeaderClassName
 {
   color: #838DFD;
 }
 .AnyTagClassName
 {
   color: #838DFD;
 }
</style>
background-color css

<style>
 a { background-color: #838DFD; }

 a { background-color: rgb(131,141,253); }

 div.DivClassName
 {
   background-color: #838DFD;
 }
 .BgClassName
 {
   background-color: #838DFD;
 }
</style>
border-color css

<style>
 span { border-color: #838DFD; }

 span { border-color: rgb(131,141,253); }

 td.TdClassName
 {
   border-color: #838DFD;
 }
 .TagClassName
 {
   border-color: #838DFD;
 }
</style>