Html Css Color HEX #804AFE Medium Slate Blue

📋 copy color: '#804AFE'

red 128 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #804AFE

Tints of Medium Slate Blue #804AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 28.07%
G = 16.23%
B = 55.7%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#804AFE (or 0x804AFE) is known color: Medium Slate Blue. HEX triplet: 80, 4A and FE. RGB value is (128,74,254). Sum of RGB (Red+Green+Blue) = 128+74+254=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #804AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804AFE is #7FB501. Grayscale: #6E6E6E. Windows color (decimal): -8369410 or 16665216. OLE color: 16665216.

HSL color Cylindrical-coordinate representation of color #804AFE: hue angle of 258º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #804AFE is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 74 254 -
CMYK 0.50 0.71 0 0.00
HSL 258º 0.99% 0.64% -
HSV(B) 258º 0.71% 1% -
XYZ 29.24 16.64 95.44 -
YUV 110.67 208.89 140.36 -
System Red Green Blue C M Y K H S L
Decimal 128 74 254 0.50 0.71 0 0.00 258 0.99 0.64
Hex 80 4A FE 32 47 0 0 102 63 40
Octal 200 112 376 62 107 0 0 402 143 100
Binary 10000000 1001010 11111110 110010 1000111 0 0 100000010 1100011 1000000

Color Harmonies of #804AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AFE

Black with #804AFE

Text Example


Text Example

White with #804AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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