Html Css Color HEX #804DDB Slate Blue

📋 copy color: '#804DDB'

red 128 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #804DDB

Tints of Slate Blue #804DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.16%

 BLUE value IS 219 (85.94% from 255) = 51.65%

R = 30.19%
G = 18.16%
B = 51.65%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#804DDB (or 0x804DDB) is known color: Slate Blue. HEX triplet: 80, 4D and DB. RGB value is (128,77,219). Sum of RGB (Red+Green+Blue) = 128+77+219=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 77 (30.47% from 255 or 18.16% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #804DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DDB is #7FB224. Grayscale: #6B6B6B. Windows color (decimal): -8368677 or 14372224. OLE color: 14372224.

HSL color Cylindrical-coordinate representation of color #804DDB: hue angle of 261.55º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #804DDB is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 77 219 -
CMYK 0.42 0.65 0 0.14
HSL 261.55º 0.66% 0.58% -
HSV(B) 261.55º 0.65% 0.86% -
XYZ 24.34 15.01 68.63 -
YUV 108.44 190.4 141.95 -
System Red Green Blue C M Y K H S L
Decimal 128 77 219 0.42 0.65 0 0.14 261.55 0.66 0.58
Hex 80 4D DB 2A 41 0 E 106 42 3A
Octal 200 115 333 52 101 0 16 406 102 72
Binary 10000000 1001101 11011011 101010 1000001 0 1110 100000110 1000010 111010

Color Harmonies of #804DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DDB

Black with #804DDB

Text Example


Text Example

White with #804DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,77,219); }

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

background-color css

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

 a { background-color: rgb(128,77,219); }

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

border-color css

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

 span { border-color: rgb(128,77,219); }

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