Html Css Color HEX #804ACC Slate Blue

📋 copy color: '#804ACC'

red 128 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #804ACC

Tints of Slate Blue #804ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.23%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 31.53%
G = 18.23%
B = 50.25%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#804ACC (or 0x804ACC) is known color: Slate Blue. HEX triplet: 80, 4A and CC. RGB value is (128,74,204). Sum of RGB (Red+Green+Blue) = 128+74+204=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #804ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804ACC is #7FB533. Grayscale: #686868. Windows color (decimal): -8369460 or 13388416. OLE color: 13388416.

HSL color Cylindrical-coordinate representation of color #804ACC: hue angle of 264.92º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804ACC is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 74 204 -
CMYK 0.37 0.64 0 0.2
HSL 264.92º 0.56% 0.55% -
HSV(B) 264.92º 0.64% 0.8% -
XYZ 22.25 13.85 58.63 -
YUV 104.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 128 74 204 0.37 0.64 0 0.2 264.92 0.56 0.55
Hex 80 4A CC 25 40 0 14 109 38 37
Octal 200 112 314 45 100 0 24 411 70 67
Binary 10000000 1001010 11001100 100101 1000000 0 10100 100001001 111000 110111

Color Harmonies of #804ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ACC

Black with #804ACC

Text Example


Text Example

White with #804ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,74,204); }

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

background-color css

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

 a { background-color: rgb(128,74,204); }

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

border-color css

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

 span { border-color: rgb(128,74,204); }

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