Html Css Color HEX #804DFF Medium Slate Blue

📋 copy color: '#804DFF'

red 128 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #804DFF

Tints of Medium Slate Blue #804DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.43%

R = 27.83%
G = 16.74%
B = 55.43%

CMYK

 C value IS 0.50

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#804DFF (or 0x804DFF) is known color: Medium Slate Blue. HEX triplet: 80, 4D and FF. RGB value is (128,77,255). Sum of RGB (Red+Green+Blue) = 128+77+255=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #804DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804DFF is #7FB200. Grayscale: #6F6F6F. Windows color (decimal): -8368641 or 16731520. OLE color: 16731520.

HSL color Cylindrical-coordinate representation of color #804DFF: hue angle of 257.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804DFF is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 128 77 255 -
CMYK 0.50 0.70 0 0
HSL 257.19º 1% 0.65% -
HSV(B) 257.19º 0.7% 1% -
XYZ 29.61 17.12 96.35 -
YUV 112.54 208.4 139.03 -
System Red Green Blue C M Y K H S L
Decimal 128 77 255 0.50 0.70 0 0 257.19 1 0.65
Hex 80 4D FF 32 46 0 0 101 64 41
Octal 200 115 377 62 106 0 0 401 144 101
Binary 10000000 1001101 11111111 110010 1000110 0 0 100000001 1100100 1000001

Color Harmonies of #804DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804DFF

Black with #804DFF

Text Example


Text Example

White with #804DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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