Html Css Color HEX #835DEC Medium Slate Blue

📋 copy color: '#835DEC'

red 131 ◦ green 93 ◦ blue 236

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

Shades of Medium Slate Blue #835DEC

Tints of Medium Slate Blue #835DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 28.48%
G = 20.22%
B = 51.3%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#835DEC (or 0x835DEC) is known color: Medium Slate Blue. HEX triplet: 83, 5D and EC. RGB value is (131,93,236). Sum of RGB (Red+Green+Blue) = 131+93+236=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #835DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835DEC is #7CA213. Grayscale: #787878. Windows color (decimal): -8167956 or 15490435. OLE color: 15490435.

HSL color Cylindrical-coordinate representation of color #835DEC: hue angle of 255.94º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835DEC is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 93 236 -
CMYK 0.44 0.61 0 0.07
HSL 255.94º 0.79% 0.65% -
HSV(B) 255.94º 0.61% 0.93% -
XYZ 28.41 18.71 81.47 -
YUV 120.66 193.09 135.37 -
System Red Green Blue C M Y K H S L
Decimal 131 93 236 0.44 0.61 0 0.07 255.94 0.79 0.65
Hex 83 5D EC 2C 3D 0 7 100 4F 41
Octal 203 135 354 54 75 0 7 400 117 101
Binary 10000011 1011101 11101100 101100 111101 0 111 100000000 1001111 1000001

Color Harmonies of #835DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835DEC

Black with #835DEC

Text Example


Text Example

White with #835DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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