Html Css Color HEX #845ADF Medium Slate Blue

📋 copy color: '#845ADF'

red 132 ◦ green 90 ◦ blue 223

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

Shades of Medium Slate Blue #845ADF

Tints of Medium Slate Blue #845ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.22%

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

R = 29.66%
G = 20.22%
B = 50.11%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845ADF (or 0x845ADF) is known color: Medium Slate Blue. HEX triplet: 84, 5A and DF. RGB value is (132,90,223). Sum of RGB (Red+Green+Blue) = 132+90+223=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #845ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ADF is #7BA520. Grayscale: #757575. Windows color (decimal): -8103201 or 14637700. OLE color: 14637700.

HSL color Cylindrical-coordinate representation of color #845ADF: hue angle of 258.95º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845ADF is Cyan = 0.41, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 90 223 -
CMYK 0.41 0.60 0 0.13
HSL 258.95º 0.68% 0.61% -
HSV(B) 258.95º 0.6% 0.87% -
XYZ 26.49 17.55 71.8 -
YUV 117.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 132 90 223 0.41 0.60 0 0.13 258.95 0.68 0.61
Hex 84 5A DF 29 3C 0 D 103 44 3D
Octal 204 132 337 51 74 0 15 403 104 75
Binary 10000100 1011010 11011111 101001 111100 0 1101 100000011 1000100 111101

Color Harmonies of #845ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ADF

Black with #845ADF

Text Example


Text Example

White with #845ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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