Html Css Color HEX #835CED Medium Slate Blue

📋 copy color: '#835CED'

red 131 ◦ green 92 ◦ blue 237

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

Shades of Medium Slate Blue #835CED

Tints of Medium Slate Blue #835CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 28.48%
G = 20%
B = 51.52%

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

#835CED (or 0x835CED) is known color: Medium Slate Blue. HEX triplet: 83, 5C and ED. RGB value is (131,92,237). Sum of RGB (Red+Green+Blue) = 131+92+237=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #835CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #835CED is #7CA312. Grayscale: #777777. Windows color (decimal): -8168211 or 15555715. OLE color: 15555715.

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

Color convert

RGB 131 92 237 -
CMYK 0.45 0.61 0 0.07
HSL 256.14º 0.8% 0.65% -
HSV(B) 256.14º 0.61% 0.93% -
XYZ 28.47 18.59 82.21 -
YUV 120.19 193.92 135.71 -
System Red Green Blue C M Y K H S L
Decimal 131 92 237 0.45 0.61 0 0.07 256.14 0.8 0.65
Hex 83 5C ED 2D 3D 0 7 100 50 41
Octal 203 134 355 55 75 0 7 400 120 101
Binary 10000011 1011100 11101101 101101 111101 0 111 100000000 1010000 1000001

Color Harmonies of #835CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835CED

Black with #835CED

Text Example


Text Example

White with #835CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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