Html Css Color HEX #837AE1 Medium Slate Blue

📋 copy color: '#837AE1'

red 131 ◦ green 122 ◦ blue 225

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

Shades of Medium Slate Blue #837AE1

Tints of Medium Slate Blue #837AE1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 27.41%
G = 25.52%
B = 47.07%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#837AE1 (or 0x837AE1) is known color: Medium Slate Blue. HEX triplet: 83, 7A and E1. RGB value is (131,122,225). Sum of RGB (Red+Green+Blue) = 131+122+225=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #837AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #837AE1 is #7C851E. Grayscale: #888888. Windows color (decimal): -8160543 or 14776963. OLE color: 14776963.

HSL color Cylindrical-coordinate representation of color #837AE1: hue angle of 245.24º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #837AE1 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 131 122 225 -
CMYK 0.42 0.46 0 0.12
HSL 245.24º 0.63% 0.68% -
HSV(B) 245.24º 0.46% 0.88% -
XYZ 29.91 24.18 74.33 -
YUV 136.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 131 122 225 0.42 0.46 0 0.12 245.24 0.63 0.68
Hex 83 7A E1 2A 2E 0 C F5 3F 44
Octal 203 172 341 52 56 0 14 365 77 104
Binary 10000011 1111010 11100001 101010 101110 0 1100 11110101 111111 1000100

Color Harmonies of #837AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837AE1

Black with #837AE1

Text Example


Text Example

White with #837AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,122,225); }

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

background-color css

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

 a { background-color: rgb(131,122,225); }

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

border-color css

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

 span { border-color: rgb(131,122,225); }

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