Html Css Color HEX #804EFF Medium Slate Blue

📋 copy color: '#804EFF'

red 128 ◦ green 78 ◦ blue 255

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

Shades of Medium Slate Blue #804EFF

Tints of Medium Slate Blue #804EFF

RGB

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

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

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

R = 27.77%
G = 16.92%
B = 55.31%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#804EFF (or 0x804EFF) is known color: Medium Slate Blue. HEX triplet: 80, 4E and FF. RGB value is (128,78,255). Sum of RGB (Red+Green+Blue) = 128+78+255=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #804EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #804EFF is #7FB100. Grayscale: #707070. Windows color (decimal): -8368385 or 16731776. OLE color: 16731776.

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

Color convert

RGB 128 78 255 -
CMYK 0.50 0.69 0 0
HSL 256.95º 1% 0.65% -
HSV(B) 256.95º 0.69% 1% -
XYZ 29.68 17.26 96.37 -
YUV 113.13 208.07 138.61 -
System Red Green Blue C M Y K H S L
Decimal 128 78 255 0.50 0.69 0 0 256.95 1 0.65
Hex 80 4E FF 32 45 0 0 101 64 41
Octal 200 116 377 62 105 0 0 401 144 101
Binary 10000000 1001110 11111111 110010 1000101 0 0 100000001 1100100 1000001

Color Harmonies of #804EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804EFF

Black with #804EFF

Text Example


Text Example

White with #804EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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