Html Css Color HEX #835DFE Light Slate Blue

📋 copy color: '#835DFE'

red 131 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #835DFE

Tints of Light Slate Blue #835DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.46%

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 27.41%
G = 19.46%
B = 53.14%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#835DFE (or 0x835DFE) is known color: Light Slate Blue. HEX triplet: 83, 5D and FE. RGB value is (131,93,254). Sum of RGB (Red+Green+Blue) = 131+93+254=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 93 (36.72% from 255 or 19.46% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #835DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DFE is #7CA201. Grayscale: #7A7A7A. Windows color (decimal): -8167938 or 16670083. OLE color: 16670083.

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

Color convert

RGB 131 93 254 -
CMYK 0.48 0.63 0 0.00
HSL 254.16º 0.99% 0.68% -
HSV(B) 254.16º 0.63% 1% -
XYZ 31.16 19.81 95.95 -
YUV 122.72 202.09 133.91 -
System Red Green Blue C M Y K H S L
Decimal 131 93 254 0.48 0.63 0 0.00 254.16 0.99 0.68
Hex 83 5D FE 30 3F 0 0 FE 63 44
Octal 203 135 376 60 77 0 0 376 143 104
Binary 10000011 1011101 11111110 110000 111111 0 0 11111110 1100011 1000100

Color Harmonies of #835DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DFE

Black with #835DFE

Text Example


Text Example

White with #835DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,93,254); }

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

background-color css

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

 a { background-color: rgb(131,93,254); }

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

border-color css

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

 span { border-color: rgb(131,93,254); }

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