#838CFD

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

Shades of Light Slate Blue #838CFD

Tints of Light Slate Blue #838CFD

Color information

#838CFD (or 0x838CFD) is unknown color: approx 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

RGB131140253-
CMYK0.480.4500.01
HSL235.57º96.83%75.29%-
HSV(B)235.57º48.22%99.22%-
XYZ36.4730.6796.93-
YUV150.19186.02114.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 140 (55.08% from 255) = 26.72%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=25%
G=26.72%
B=48.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1311402530.480.4500.01235.5796.8375.29
Hex838CFD302D01ec614b
Octal203214375605501354141113
Binary100000111000110011111101110000101101011110110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>