Html Css Color HEX #845EEA Medium Slate Blue

📋 copy color: '#845EEA'

red 132 ◦ green 94 ◦ blue 234

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

Shades of Medium Slate Blue #845EEA

Tints of Medium Slate Blue #845EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 28.7%
G = 20.43%
B = 50.87%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#845EEA (or 0x845EEA) is known color: Medium Slate Blue. HEX triplet: 84, 5E and EA. RGB value is (132,94,234). Sum of RGB (Red+Green+Blue) = 132+94+234=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #845EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845EEA is #7BA115. Grayscale: #787878. Windows color (decimal): -8102166 or 15359620. OLE color: 15359620.

HSL color Cylindrical-coordinate representation of color #845EEA: hue angle of 256.29º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845EEA is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 94 234 -
CMYK 0.44 0.60 0 0.08
HSL 256.29º 0.77% 0.64% -
HSV(B) 256.29º 0.6% 0.92% -
XYZ 28.37 18.85 79.99 -
YUV 121.32 191.59 135.62 -
System Red Green Blue C M Y K H S L
Decimal 132 94 234 0.44 0.60 0 0.08 256.29 0.77 0.64
Hex 84 5E EA 2C 3C 0 8 100 4D 40
Octal 204 136 352 54 74 0 10 400 115 100
Binary 10000100 1011110 11101010 101100 111100 0 1000 100000000 1001101 1000000

Color Harmonies of #845EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EEA

Black with #845EEA

Text Example


Text Example

White with #845EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,94,234); }

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

background-color css

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

 a { background-color: rgb(132,94,234); }

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

border-color css

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

 span { border-color: rgb(132,94,234); }

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