Html Css Color HEX #845DF2 Medium Slate Blue

📋 copy color: '#845DF2'

red 132 ◦ green 93 ◦ blue 242

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

Shades of Medium Slate Blue #845DF2

Tints of Medium Slate Blue #845DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 28.27%
G = 19.91%
B = 51.82%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#845DF2 (or 0x845DF2) is known color: Medium Slate Blue. HEX triplet: 84, 5D and F2. RGB value is (132,93,242). Sum of RGB (Red+Green+Blue) = 132+93+242=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #845DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845DF2 is #7BA20D. Grayscale: #797979. Windows color (decimal): -8102414 or 15883652. OLE color: 15883652.

HSL color Cylindrical-coordinate representation of color #845DF2: hue angle of 255.7º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845DF2 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 93 242 -
CMYK 0.45 0.62 0 0.05
HSL 255.7º 0.85% 0.66% -
HSV(B) 255.7º 0.62% 0.95% -
XYZ 29.46 19.15 86.15 -
YUV 121.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 132 93 242 0.45 0.62 0 0.05 255.7 0.85 0.66
Hex 84 5D F2 2D 3E 0 5 100 55 42
Octal 204 135 362 55 76 0 5 400 125 102
Binary 10000100 1011101 11110010 101101 111110 0 101 100000000 1010101 1000010

Color Harmonies of #845DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DF2

Black with #845DF2

Text Example


Text Example

White with #845DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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