Html Css Color HEX #804DDF Medium Slate Blue

📋 copy color: '#804DDF'

red 128 ◦ green 77 ◦ blue 223

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

Shades of Medium Slate Blue #804DDF

Tints of Medium Slate Blue #804DDF

RGB

 RED value IS 128 (50.39% from 255) = 29.91%

 GREEN value IS 77 (30.47% from 255) = 17.99%

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

R = 29.91%
G = 17.99%
B = 52.1%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#804DDF (or 0x804DDF) is known color: Medium Slate Blue. HEX triplet: 80, 4D and DF. RGB value is (128,77,223). Sum of RGB (Red+Green+Blue) = 128+77+223=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #804DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DDF is #7FB220. Grayscale: #6C6C6C. Windows color (decimal): -8368673 or 14634368. OLE color: 14634368.

HSL color Cylindrical-coordinate representation of color #804DDF: hue angle of 260.96º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804DDF is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 77 223 -
CMYK 0.43 0.65 0 0.13
HSL 260.96º 0.7% 0.59% -
HSV(B) 260.96º 0.65% 0.87% -
XYZ 24.88 15.22 71.44 -
YUV 108.89 192.4 141.63 -
System Red Green Blue C M Y K H S L
Decimal 128 77 223 0.43 0.65 0 0.13 260.96 0.7 0.59
Hex 80 4D DF 2B 41 0 D 105 46 3B
Octal 200 115 337 53 101 0 15 405 106 73
Binary 10000000 1001101 11011111 101011 1000001 0 1101 100000101 1000110 111011

Color Harmonies of #804DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DDF

Black with #804DDF

Text Example


Text Example

White with #804DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804DDF; }

 p { color: rgb(128,77,223); }

 H1.HeaderClassName
 {
   color: #804DDF;
 }
 .AnyTagClassName
 {
   color: #804DDF;
 }
</style>

background-color css

<style>
 a { background-color: #804DDF; }

 a { background-color: rgb(128,77,223); }

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

border-color css

<style>
 span { border-color: #804DDF; }

 span { border-color: rgb(128,77,223); }

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