Html Css Color HEX #844EFD Medium Slate Blue

📋 copy color: '#844EFD'

red 132 ◦ green 78 ◦ blue 253

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

Shades of Medium Slate Blue #844EFD

Tints of Medium Slate Blue #844EFD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.85%

 BLUE value IS 253 (99.22% from 255) = 54.64%

R = 28.51%
G = 16.85%
B = 54.64%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#844EFD (or 0x844EFD) is known color: Medium Slate Blue. HEX triplet: 84, 4E and FD. RGB value is (132,78,253). Sum of RGB (Red+Green+Blue) = 132+78+253=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #844EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #844EFD is #7BB102. Grayscale: #717171. Windows color (decimal): -8106243 or 16600708. OLE color: 16600708.

HSL color Cylindrical-coordinate representation of color #844EFD: hue angle of 258.51º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844EFD is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 132 78 253 -
CMYK 0.48 0.69 0 0.01
HSL 258.51º 0.98% 0.65% -
HSV(B) 258.51º 0.69% 0.99% -
XYZ 29.97 17.45 94.72 -
YUV 114.1 206.39 140.77 -
System Red Green Blue C M Y K H S L
Decimal 132 78 253 0.48 0.69 0 0.01 258.51 0.98 0.65
Hex 84 4E FD 30 45 0 1 103 62 41
Octal 204 116 375 60 105 0 1 403 142 101
Binary 10000100 1001110 11111101 110000 1000101 0 1 100000011 1100010 1000001

Color Harmonies of #844EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844EFD

Black with #844EFD

Text Example


Text Example

White with #844EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844EFD; }

 p { color: rgb(132,78,253); }

 H1.HeaderClassName
 {
   color: #844EFD;
 }
 .AnyTagClassName
 {
   color: #844EFD;
 }
</style>

background-color css

<style>
 a { background-color: #844EFD; }

 a { background-color: rgb(132,78,253); }

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

border-color css

<style>
 span { border-color: #844EFD; }

 span { border-color: rgb(132,78,253); }

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