Html Css Color HEX #804AD5 Slate Blue

📋 copy color: '#804AD5'

red 128 ◦ green 74 ◦ blue 213

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

Shades of Slate Blue #804AD5

Tints of Slate Blue #804AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.33%

R = 30.84%
G = 17.83%
B = 51.33%

CMYK

 C value IS 0.40

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#804AD5 (or 0x804AD5) is known color: Slate Blue. HEX triplet: 80, 4A and D5. RGB value is (128,74,213). Sum of RGB (Red+Green+Blue) = 128+74+213=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #804AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AD5 is #7FB52A. Grayscale: #696969. Windows color (decimal): -8369451 or 13978240. OLE color: 13978240.

HSL color Cylindrical-coordinate representation of color #804AD5: hue angle of 263.31º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804AD5 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 74 213 -
CMYK 0.40 0.65 0 0.16
HSL 263.31º 0.62% 0.56% -
HSV(B) 263.31º 0.65% 0.84% -
XYZ 23.36 14.29 64.48 -
YUV 105.99 188.39 143.7 -
System Red Green Blue C M Y K H S L
Decimal 128 74 213 0.40 0.65 0 0.16 263.31 0.62 0.56
Hex 80 4A D5 28 41 0 10 107 3E 38
Octal 200 112 325 50 101 0 20 407 76 70
Binary 10000000 1001010 11010101 101000 1000001 0 10000 100000111 111110 111000

Color Harmonies of #804AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AD5

Black with #804AD5

Text Example


Text Example

White with #804AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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