Html Css Color HEX #804DD3 Slate Blue

📋 copy color: '#804DD3'

red 128 ◦ green 77 ◦ blue 211

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

Shades of Slate Blue #804DD3

Tints of Slate Blue #804DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.72%

R = 30.77%
G = 18.51%
B = 50.72%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#804DD3 (or 0x804DD3) is known color: Slate Blue. HEX triplet: 80, 4D and D3. RGB value is (128,77,211). Sum of RGB (Red+Green+Blue) = 128+77+211=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #804DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DD3 is #7FB22C. Grayscale: #6B6B6B. Windows color (decimal): -8368685 or 13847936. OLE color: 13847936.

HSL color Cylindrical-coordinate representation of color #804DD3: hue angle of 262.84º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #804DD3 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 77 211 -
CMYK 0.39 0.64 0 0.17
HSL 262.84º 0.6% 0.56% -
HSV(B) 262.84º 0.64% 0.83% -
XYZ 23.31 14.6 63.22 -
YUV 107.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 128 77 211 0.39 0.64 0 0.17 262.84 0.6 0.56
Hex 80 4D D3 27 40 0 11 107 3C 38
Octal 200 115 323 47 100 0 21 407 74 70
Binary 10000000 1001101 11010011 100111 1000000 0 10001 100000111 111100 111000

Color Harmonies of #804DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DD3

Black with #804DD3

Text Example


Text Example

White with #804DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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