Html Css Color HEX #804EDC Slate Blue

📋 copy color: '#804EDC'

red 128 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #804EDC

Tints of Slate Blue #804EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.64%

R = 30.05%
G = 18.31%
B = 51.64%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#804EDC (or 0x804EDC) is known color: Slate Blue. HEX triplet: 80, 4E and DC. RGB value is (128,78,220). Sum of RGB (Red+Green+Blue) = 128+78+220=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #804EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EDC is #7FB123. Grayscale: #6C6C6C. Windows color (decimal): -8368420 or 14438016. OLE color: 14438016.

HSL color Cylindrical-coordinate representation of color #804EDC: hue angle of 261.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804EDC is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 78 220 -
CMYK 0.42 0.65 0 0.14
HSL 261.13º 0.67% 0.58% -
HSV(B) 261.13º 0.65% 0.86% -
XYZ 24.54 15.21 69.35 -
YUV 109.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 128 78 220 0.42 0.65 0 0.14 261.13 0.67 0.58
Hex 80 4E DC 2A 41 0 E 105 43 3A
Octal 200 116 334 52 101 0 16 405 103 72
Binary 10000000 1001110 11011100 101010 1000001 0 1110 100000101 1000011 111010

Color Harmonies of #804EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EDC

Black with #804EDC

Text Example


Text Example

White with #804EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,78,220); }

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

background-color css

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

 a { background-color: rgb(128,78,220); }

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

border-color css

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

 span { border-color: rgb(128,78,220); }

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