Html Css Color HEX #804AE6 Medium Slate Blue

📋 copy color: '#804AE6'

red 128 ◦ green 74 ◦ blue 230

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

Shades of Medium Slate Blue #804AE6

Tints of Medium Slate Blue #804AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.24%

R = 29.63%
G = 17.13%
B = 53.24%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#804AE6 (or 0x804AE6) is known color: Medium Slate Blue. HEX triplet: 80, 4A and E6. RGB value is (128,74,230). Sum of RGB (Red+Green+Blue) = 128+74+230=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 230 (90.23% from 255 or 53.24% from 432); Max value from RGB is 230 - color contains mainly: blue. Hex color #804AE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804AE6 is #7FB519. Grayscale: #6B6B6B. Windows color (decimal): -8369434 or 15092352. OLE color: 15092352.

HSL color Cylindrical-coordinate representation of color #804AE6: hue angle of 260.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804AE6 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 74 230 -
CMYK 0.44 0.68 0 0.10
HSL 260.77º 0.76% 0.6% -
HSV(B) 260.77º 0.68% 0.9% -
XYZ 25.63 15.2 76.45 -
YUV 107.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 128 74 230 0.44 0.68 0 0.10 260.77 0.76 0.6
Hex 80 4A E6 2C 44 0 A 105 4C 3C
Octal 200 112 346 54 104 0 12 405 114 74
Binary 10000000 1001010 11100110 101100 1000100 0 1010 100000101 1001100 111100

Color Harmonies of #804AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AE6

Black with #804AE6

Text Example


Text Example

White with #804AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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