Html Css Color HEX #845EF6 Medium Slate Blue

📋 copy color: '#845EF6'

red 132 ◦ green 94 ◦ blue 246

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

Shades of Medium Slate Blue #845EF6

Tints of Medium Slate Blue #845EF6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.92%

 BLUE value IS 246 (96.48% from 255) = 52.12%

R = 27.97%
G = 19.92%
B = 52.12%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#845EF6 (or 0x845EF6) is known color: Medium Slate Blue. HEX triplet: 84, 5E and F6. RGB value is (132,94,246). Sum of RGB (Red+Green+Blue) = 132+94+246=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #845EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845EF6 is #7BA109. Grayscale: #7A7A7A. Windows color (decimal): -8102154 or 16146052. OLE color: 16146052.

HSL color Cylindrical-coordinate representation of color #845EF6: hue angle of 255º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #845EF6 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 94 246 -
CMYK 0.46 0.62 0 0.04
HSL 255º 0.89% 0.67% -
HSV(B) 255º 0.62% 0.96% -
XYZ 30.15 19.56 89.38 -
YUV 122.69 197.59 134.64 -
System Red Green Blue C M Y K H S L
Decimal 132 94 246 0.46 0.62 0 0.04 255 0.89 0.67
Hex 84 5E F6 2E 3E 0 4 FF 59 43
Octal 204 136 366 56 76 0 4 377 131 103
Binary 10000100 1011110 11110110 101110 111110 0 100 11111111 1011001 1000011

Color Harmonies of #845EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845EF6

Black with #845EF6

Text Example


Text Example

White with #845EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,94,246); }

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

background-color css

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

 a { background-color: rgb(132,94,246); }

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

border-color css

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

 span { border-color: rgb(132,94,246); }

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