Html Css Color HEX #804ED3 Slate Blue

📋 copy color: '#804ED3'

red 128 ◦ green 78 ◦ blue 211

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

Shades of Slate Blue #804ED3

Tints of Slate Blue #804ED3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.71%

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

R = 30.7%
G = 18.71%
B = 50.6%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#804ED3 (or 0x804ED3) is known color: Slate Blue. HEX triplet: 80, 4E and D3. RGB value is (128,78,211). Sum of RGB (Red+Green+Blue) = 128+78+211=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #804ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804ED3 is #7FB12C. Grayscale: #6B6B6B. Windows color (decimal): -8368429 or 13848192. OLE color: 13848192.

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

Color convert

RGB 128 78 211 -
CMYK 0.39 0.63 0 0.17
HSL 262.56º 0.6% 0.57% -
HSV(B) 262.56º 0.63% 0.83% -
XYZ 23.38 14.74 63.24 -
YUV 108.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 128 78 211 0.39 0.63 0 0.17 262.56 0.6 0.57
Hex 80 4E D3 27 3F 0 11 107 3C 39
Octal 200 116 323 47 77 0 21 407 74 71
Binary 10000000 1001110 11010011 100111 111111 0 10001 100000111 111100 111001

Color Harmonies of #804ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804ED3

Black with #804ED3

Text Example


Text Example

White with #804ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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