Html Css Color HEX #845DDF Medium Slate Blue

📋 copy color: '#845DDF'

red 132 ◦ green 93 ◦ blue 223

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

Shades of Medium Slate Blue #845DDF

Tints of Medium Slate Blue #845DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.76%

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

R = 29.46%
G = 20.76%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845DDF (or 0x845DDF) is known color: Medium Slate Blue. HEX triplet: 84, 5D and DF. RGB value is (132,93,223). Sum of RGB (Red+Green+Blue) = 132+93+223=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #845DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DDF is #7BA220. Grayscale: #777777. Windows color (decimal): -8102433 or 14638468. OLE color: 14638468.

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

Color convert

RGB 132 93 223 -
CMYK 0.41 0.58 0 0.13
HSL 258º 0.67% 0.62% -
HSV(B) 258º 0.58% 0.87% -
XYZ 26.75 18.06 71.89 -
YUV 119.48 186.42 136.93 -
System Red Green Blue C M Y K H S L
Decimal 132 93 223 0.41 0.58 0 0.13 258 0.67 0.62
Hex 84 5D DF 29 3A 0 D 102 43 3E
Octal 204 135 337 51 72 0 15 402 103 76
Binary 10000100 1011101 11011111 101001 111010 0 1101 100000010 1000011 111110

Color Harmonies of #845DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DDF

Black with #845DDF

Text Example


Text Example

White with #845DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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