Html Css Color HEX #835EEE Medium Slate Blue

📋 copy color: '#835EEE'

red 131 ◦ green 94 ◦ blue 238

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

Shades of Medium Slate Blue #835EEE

Tints of Medium Slate Blue #835EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.4%

R = 28.29%
G = 20.3%
B = 51.4%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#835EEE (or 0x835EEE) is known color: Medium Slate Blue. HEX triplet: 83, 5E and EE. RGB value is (131,94,238). Sum of RGB (Red+Green+Blue) = 131+94+238=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #835EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835EEE is #7CA111. Grayscale: #787878. Windows color (decimal): -8167698 or 15621763. OLE color: 15621763.

HSL color Cylindrical-coordinate representation of color #835EEE: hue angle of 255.42º degrees, saturation: 0.81, 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 #835EEE is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 94 238 -
CMYK 0.45 0.61 0 0.07
HSL 255.42º 0.81% 0.65% -
HSV(B) 255.42º 0.61% 0.93% -
XYZ 28.8 19 83.04 -
YUV 121.48 193.76 134.79 -
System Red Green Blue C M Y K H S L
Decimal 131 94 238 0.45 0.61 0 0.07 255.42 0.81 0.65
Hex 83 5E EE 2D 3D 0 7 FF 51 41
Octal 203 136 356 55 75 0 7 377 121 101
Binary 10000011 1011110 11101110 101101 111101 0 111 11111111 1010001 1000001

Color Harmonies of #835EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835EEE

Black with #835EEE

Text Example


Text Example

White with #835EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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