Html Css Color HEX #804AFC Medium Slate Blue

📋 copy color: '#804AFC'

red 128 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #804AFC

Tints of Medium Slate Blue #804AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 28.19%
G = 16.3%
B = 55.51%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#804AFC (or 0x804AFC) is known color: Medium Slate Blue. HEX triplet: 80, 4A and FC. RGB value is (128,74,252). Sum of RGB (Red+Green+Blue) = 128+74+252=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #804AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804AFC is #7FB503. Grayscale: #6D6D6D. Windows color (decimal): -8369412 or 16534144. OLE color: 16534144.

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

Color convert

RGB 128 74 252 -
CMYK 0.49 0.71 0 0.01
HSL 258.2º 0.97% 0.64% -
HSV(B) 258.2º 0.71% 0.99% -
XYZ 28.92 16.52 93.76 -
YUV 110.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 128 74 252 0.49 0.71 0 0.01 258.2 0.97 0.64
Hex 80 4A FC 31 47 0 1 102 61 40
Octal 200 112 374 61 107 0 1 402 141 100
Binary 10000000 1001010 11111100 110001 1000111 0 1 100000010 1100001 1000000

Color Harmonies of #804AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AFC

Black with #804AFC

Text Example


Text Example

White with #804AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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