Html Css Color HEX #845CEB Medium Slate Blue

📋 copy color: '#845CEB'

red 132 ◦ green 92 ◦ blue 235

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

Shades of Medium Slate Blue #845CEB

Tints of Medium Slate Blue #845CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 28.76%
G = 20.04%
B = 51.2%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#845CEB (or 0x845CEB) is known color: Medium Slate Blue. HEX triplet: 84, 5C and EB. RGB value is (132,92,235). Sum of RGB (Red+Green+Blue) = 132+92+235=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #845CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CEB is #7BA314. Grayscale: #777777. Windows color (decimal): -8102677 or 15424644. OLE color: 15424644.

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

Color convert

RGB 132 92 235 -
CMYK 0.44 0.61 0 0.08
HSL 256.78º 0.78% 0.64% -
HSV(B) 256.78º 0.61% 0.92% -
XYZ 28.34 18.56 80.69 -
YUV 120.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 132 92 235 0.44 0.61 0 0.08 256.78 0.78 0.64
Hex 84 5C EB 2C 3D 0 8 101 4E 40
Octal 204 134 353 54 75 0 10 401 116 100
Binary 10000100 1011100 11101011 101100 111101 0 1000 100000001 1001110 1000000

Color Harmonies of #845CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CEB

Black with #845CEB

Text Example


Text Example

White with #845CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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