Html Css Color HEX #845CDF Medium Slate Blue

📋 copy color: '#845CDF'

red 132 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #845CDF

Tints of Medium Slate Blue #845CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.89%

R = 29.53%
G = 20.58%
B = 49.89%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845CDF (or 0x845CDF) is known color: Medium Slate Blue. HEX triplet: 84, 5C and DF. RGB value is (132,92,223). Sum of RGB (Red+Green+Blue) = 132+92+223=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #845CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CDF is #7BA320. Grayscale: #767676. Windows color (decimal): -8102689 or 14638212. OLE color: 14638212.

HSL color Cylindrical-coordinate representation of color #845CDF: hue angle of 258.32º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845CDF is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 92 223 -
CMYK 0.41 0.59 0 0.13
HSL 258.32º 0.67% 0.62% -
HSV(B) 258.32º 0.59% 0.87% -
XYZ 26.66 17.89 71.86 -
YUV 118.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 132 92 223 0.41 0.59 0 0.13 258.32 0.67 0.62
Hex 84 5C DF 29 3B 0 D 102 43 3E
Octal 204 134 337 51 73 0 15 402 103 76
Binary 10000100 1011100 11011111 101001 111011 0 1101 100000010 1000011 111110

Color Harmonies of #845CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CDF

Black with #845CDF

Text Example


Text Example

White with #845CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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