Html Css Color HEX #804EC6 Slate Blue

📋 copy color: '#804EC6'

red 128 ◦ green 78 ◦ blue 198

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

Shades of Slate Blue #804EC6

Tints of Slate Blue #804EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.01%

R = 31.68%
G = 19.31%
B = 49.01%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#804EC6 (or 0x804EC6) is known color: Slate Blue. HEX triplet: 80, 4E and C6. RGB value is (128,78,198). Sum of RGB (Red+Green+Blue) = 128+78+198=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 198 (77.73% from 255 or 49.01% from 404); Max value from RGB is 198 - color contains mainly: blue. Hex color #804EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EC6 is #7FB139. Grayscale: #6A6A6A. Windows color (decimal): -8368442 or 12996224. OLE color: 12996224.

HSL color Cylindrical-coordinate representation of color #804EC6: hue angle of 265º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #804EC6 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 78 198 -
CMYK 0.35 0.61 0 0.22
HSL 265º 0.51% 0.54% -
HSV(B) 265º 0.61% 0.78% -
XYZ 21.82 14.12 55 -
YUV 106.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 128 78 198 0.35 0.61 0 0.22 265 0.51 0.54
Hex 80 4E C6 23 3D 0 16 109 33 36
Octal 200 116 306 43 75 0 26 411 63 66
Binary 10000000 1001110 11000110 100011 111101 0 10110 100001001 110011 110110

Color Harmonies of #804EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EC6

Black with #804EC6

Text Example


Text Example

White with #804EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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