Html Css Color HEX #804AD6 Slate Blue

📋 copy color: '#804AD6'

red 128 ◦ green 74 ◦ blue 214

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

Shades of Slate Blue #804AD6

Tints of Slate Blue #804AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.44%

R = 30.77%
G = 17.79%
B = 51.44%

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

#804AD6 (or 0x804AD6) is known color: Slate Blue. HEX triplet: 80, 4A and D6. RGB value is (128,74,214). Sum of RGB (Red+Green+Blue) = 128+74+214=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #804AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AD6 is #7FB529. Grayscale: #696969. Windows color (decimal): -8369450 or 14043776. OLE color: 14043776.

HSL color Cylindrical-coordinate representation of color #804AD6: hue angle of 263.14º degrees, saturation: 0.63, 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 #804AD6 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 74 214 -
CMYK 0.40 0.65 0 0.16
HSL 263.14º 0.63% 0.56% -
HSV(B) 263.14º 0.65% 0.84% -
XYZ 23.49 14.34 65.15 -
YUV 106.11 188.89 143.62 -
System Red Green Blue C M Y K H S L
Decimal 128 74 214 0.40 0.65 0 0.16 263.14 0.63 0.56
Hex 80 4A D6 28 41 0 10 107 3F 38
Octal 200 112 326 50 101 0 20 407 77 70
Binary 10000000 1001010 11010110 101000 1000001 0 10000 100000111 111111 111000

Color Harmonies of #804AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AD6

Black with #804AD6

Text Example


Text Example

White with #804AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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