Html Css Color HEX #804DD4 Slate Blue

📋 copy color: '#804DD4'

red 128 ◦ green 77 ◦ blue 212

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

Shades of Slate Blue #804DD4

Tints of Slate Blue #804DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.84%

R = 30.7%
G = 18.47%
B = 50.84%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#804DD4 (or 0x804DD4) is known color: Slate Blue. HEX triplet: 80, 4D and D4. RGB value is (128,77,212). Sum of RGB (Red+Green+Blue) = 128+77+212=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 212 (83.20% from 255 or 50.84% from 417); Max value from RGB is 212 - color contains mainly: blue. Hex color #804DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DD4 is #7FB22B. Grayscale: #6B6B6B. Windows color (decimal): -8368684 or 13913472. OLE color: 13913472.

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

Color convert

RGB 128 77 212 -
CMYK 0.40 0.64 0 0.17
HSL 262.67º 0.61% 0.57% -
HSV(B) 262.67º 0.64% 0.83% -
XYZ 23.44 14.65 63.88 -
YUV 107.64 186.9 142.52 -
System Red Green Blue C M Y K H S L
Decimal 128 77 212 0.40 0.64 0 0.17 262.67 0.61 0.57
Hex 80 4D D4 28 40 0 11 107 3D 39
Octal 200 115 324 50 100 0 21 407 75 71
Binary 10000000 1001101 11010100 101000 1000000 0 10001 100000111 111101 111001

Color Harmonies of #804DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DD4

Black with #804DD4

Text Example


Text Example

White with #804DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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