Html Css Color HEX #845CF3 Medium Slate Blue

📋 copy color: '#845CF3'

red 132 ◦ green 92 ◦ blue 243

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

Shades of Medium Slate Blue #845CF3

Tints of Medium Slate Blue #845CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 28.27%
G = 19.7%
B = 52.03%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#845CF3 (or 0x845CF3) is known color: Medium Slate Blue. HEX triplet: 84, 5C and F3. RGB value is (132,92,243). Sum of RGB (Red+Green+Blue) = 132+92+243=467 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.27% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #845CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845CF3 is #7BA30C. Grayscale: #787878. Windows color (decimal): -8102669 or 15948932. OLE color: 15948932.

HSL color Cylindrical-coordinate representation of color #845CF3: hue angle of 255.89º degrees, saturation: 0.86, 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 #845CF3 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 92 243 -
CMYK 0.46 0.62 0 0.05
HSL 255.89º 0.86% 0.66% -
HSV(B) 255.89º 0.62% 0.95% -
XYZ 29.52 19.03 86.91 -
YUV 121.17 196.75 135.72 -
System Red Green Blue C M Y K H S L
Decimal 132 92 243 0.46 0.62 0 0.05 255.89 0.86 0.66
Hex 84 5C F3 2E 3E 0 5 100 56 42
Octal 204 134 363 56 76 0 5 400 126 102
Binary 10000100 1011100 11110011 101110 111110 0 101 100000000 1010110 1000010

Color Harmonies of #845CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CF3

Black with #845CF3

Text Example


Text Example

White with #845CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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