Html Css Color HEX #835EFD Light Slate Blue

📋 copy color: '#835EFD'

red 131 ◦ green 94 ◦ blue 253

#835EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #835EFD

Tints of Light Slate Blue #835EFD

RGB

 RED value IS 131 (51.56% from 255) = 27.41%

 GREEN value IS 94 (37.11% from 255) = 19.67%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 27.41%
G = 19.67%
B = 52.93%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#835EFD (or 0x835EFD) is known color: Light Slate Blue. HEX triplet: 83, 5E and FD. RGB value is (131,94,253). Sum of RGB (Red+Green+Blue) = 131+94+253=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #835EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835EFD is #7CA102. Grayscale: #7A7A7A. Windows color (decimal): -8167683 or 16604803. OLE color: 16604803.

HSL color Cylindrical-coordinate representation of color #835EFD: hue angle of 253.96º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #835EFD is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 94 253 -
CMYK 0.48 0.63 0 0.01
HSL 253.96º 0.98% 0.68% -
HSV(B) 253.96º 0.63% 0.99% -
XYZ 31.09 19.92 95.14 -
YUV 123.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 131 94 253 0.48 0.63 0 0.01 253.96 0.98 0.68
Hex 83 5E FD 30 3F 0 1 FE 62 44
Octal 203 136 375 60 77 0 1 376 142 104
Binary 10000011 1011110 11111101 110000 111111 0 1 11111110 1100010 1000100

Color Harmonies of #835EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EFD

Black with #835EFD

Text Example


Text Example

White with #835EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835EFD; }

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

 H1.HeaderClassName
 {
   color: #835EFD;
 }
 .AnyTagClassName
 {
   color: #835EFD;
 }
</style>

background-color css

<style>
 a { background-color: #835EFD; }

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

 div.DivClassName
 {
   background-color: #835EFD;
 }
 .BgClassName
 {
   background-color: #835EFD;
 }
</style>

border-color css

<style>
 span { border-color: #835EFD; }

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

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