Html Css Color HEX #804ECE Slate Blue

📋 copy color: '#804ECE'

red 128 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #804ECE

Tints of Slate Blue #804ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50%

R = 31.07%
G = 18.93%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#804ECE (or 0x804ECE) is known color: Slate Blue. HEX triplet: 80, 4E and CE. RGB value is (128,78,206). Sum of RGB (Red+Green+Blue) = 128+78+206=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #804ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804ECE is #7FB131. Grayscale: #6B6B6B. Windows color (decimal): -8368434 or 13520512. OLE color: 13520512.

HSL color Cylindrical-coordinate representation of color #804ECE: hue angle of 263.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #804ECE is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 78 206 -
CMYK 0.38 0.62 0 0.19
HSL 263.44º 0.57% 0.56% -
HSV(B) 263.44º 0.62% 0.81% -
XYZ 22.77 14.49 59.99 -
YUV 107.54 183.57 142.59 -
System Red Green Blue C M Y K H S L
Decimal 128 78 206 0.38 0.62 0 0.19 263.44 0.57 0.56
Hex 80 4E CE 26 3E 0 13 107 39 38
Octal 200 116 316 46 76 0 23 407 71 70
Binary 10000000 1001110 11001110 100110 111110 0 10011 100000111 111001 111000

Color Harmonies of #804ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ECE

Black with #804ECE

Text Example


Text Example

White with #804ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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