Html Css Color HEX #837CED Medium Slate Blue

📋 copy color: '#837CED'

red 131 ◦ green 124 ◦ blue 237

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

Shades of Medium Slate Blue #837CED

Tints of Medium Slate Blue #837CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

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

R = 26.63%
G = 25.2%
B = 48.17%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#837CED (or 0x837CED) is known color: Medium Slate Blue. HEX triplet: 83, 7C and ED. RGB value is (131,124,237). Sum of RGB (Red+Green+Blue) = 131+124+237=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #837CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #837CED is #7C8312. Grayscale: #8A8A8A. Windows color (decimal): -8160019 or 15563907. OLE color: 15563907.

HSL color Cylindrical-coordinate representation of color #837CED: hue angle of 243.72º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #837CED is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 124 237 -
CMYK 0.45 0.48 0 0.07
HSL 243.72º 0.76% 0.71% -
HSV(B) 243.72º 0.48% 0.93% -
XYZ 31.85 25.36 83.34 -
YUV 138.98 183.32 122.31 -
System Red Green Blue C M Y K H S L
Decimal 131 124 237 0.45 0.48 0 0.07 243.72 0.76 0.71
Hex 83 7C ED 2D 30 0 7 F4 4C 47
Octal 203 174 355 55 60 0 7 364 114 107
Binary 10000011 1111100 11101101 101101 110000 0 111 11110100 1001100 1000111

Color Harmonies of #837CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837CED

Black with #837CED

Text Example


Text Example

White with #837CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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