Html Css Color HEX #835CDE Medium Slate Blue

📋 copy color: '#835CDE'

red 131 ◦ green 92 ◦ blue 222

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

Shades of Medium Slate Blue #835CDE

Tints of Medium Slate Blue #835CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.67%

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 29.44%
G = 20.67%
B = 49.89%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#835CDE (or 0x835CDE) is known color: Medium Slate Blue. HEX triplet: 83, 5C and DE. RGB value is (131,92,222). Sum of RGB (Red+Green+Blue) = 131+92+222=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #835CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CDE is #7CA321. Grayscale: #757575. Windows color (decimal): -8168226 or 14572675. OLE color: 14572675.

HSL color Cylindrical-coordinate representation of color #835CDE: hue angle of 258º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #835CDE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 92 222 -
CMYK 0.41 0.59 0 0.13
HSL 258º 0.66% 0.62% -
HSV(B) 258º 0.59% 0.87% -
XYZ 26.37 17.75 71.14 -
YUV 118.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 131 92 222 0.41 0.59 0 0.13 258 0.66 0.62
Hex 83 5C DE 29 3B 0 D 102 42 3E
Octal 203 134 336 51 73 0 15 402 102 76
Binary 10000011 1011100 11011110 101001 111011 0 1101 100000010 1000010 111110

Color Harmonies of #835CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CDE

Black with #835CDE

Text Example


Text Example

White with #835CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,92,222); }

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

background-color css

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

 a { background-color: rgb(131,92,222); }

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

border-color css

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

 span { border-color: rgb(131,92,222); }

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