Html Css Color HEX #845CE5 Medium Slate Blue

📋 copy color: '#845CE5'

red 132 ◦ green 92 ◦ blue 229

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

Shades of Medium Slate Blue #845CE5

Tints of Medium Slate Blue #845CE5

RGB

 RED value IS 132 (51.95% from 255) = 29.14%

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

 BLUE value IS 229 (89.84% from 255) = 50.55%

R = 29.14%
G = 20.31%
B = 50.55%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#845CE5 (or 0x845CE5) is known color: Medium Slate Blue. HEX triplet: 84, 5C and E5. RGB value is (132,92,229). Sum of RGB (Red+Green+Blue) = 132+92+229=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #845CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CE5 is #7BA31A. Grayscale: #777777. Windows color (decimal): -8102683 or 15031428. OLE color: 15031428.

HSL color Cylindrical-coordinate representation of color #845CE5: hue angle of 257.52º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845CE5 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 92 229 -
CMYK 0.42 0.60 0 0.10
HSL 257.52º 0.72% 0.63% -
HSV(B) 257.52º 0.6% 0.9% -
XYZ 27.49 18.22 76.2 -
YUV 119.58 189.75 136.86 -
System Red Green Blue C M Y K H S L
Decimal 132 92 229 0.42 0.60 0 0.10 257.52 0.72 0.63
Hex 84 5C E5 2A 3C 0 A 102 48 3F
Octal 204 134 345 52 74 0 12 402 110 77
Binary 10000100 1011100 11100101 101010 111100 0 1010 100000010 1001000 111111

Color Harmonies of #845CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CE5

Black with #845CE5

Text Example


Text Example

White with #845CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845CE5; }

 p { color: rgb(132,92,229); }

 H1.HeaderClassName
 {
   color: #845CE5;
 }
 .AnyTagClassName
 {
   color: #845CE5;
 }
</style>

background-color css

<style>
 a { background-color: #845CE5; }

 a { background-color: rgb(132,92,229); }

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

border-color css

<style>
 span { border-color: #845CE5; }

 span { border-color: rgb(132,92,229); }

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