Html Css Color HEX #804AFF Medium Slate Blue

📋 copy color: '#804AFF'

red 128 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #804AFF

Tints of Medium Slate Blue #804AFF

RGB

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

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

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

R = 28.01%
G = 16.19%
B = 55.8%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#804AFF (or 0x804AFF) is known color: Medium Slate Blue. HEX triplet: 80, 4A and FF. RGB value is (128,74,255). Sum of RGB (Red+Green+Blue) = 128+74+255=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #804AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804AFF is #7FB500. Grayscale: #6E6E6E. Windows color (decimal): -8369409 or 16730752. OLE color: 16730752.

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

Color convert

RGB 128 74 255 -
CMYK 0.50 0.71 0 0
HSL 257.9º 1% 0.65% -
HSV(B) 257.9º 0.71% 1% -
XYZ 29.4 16.71 96.28 -
YUV 110.78 209.39 140.28 -
System Red Green Blue C M Y K H S L
Decimal 128 74 255 0.50 0.71 0 0 257.9 1 0.65
Hex 80 4A FF 32 47 0 0 102 64 41
Octal 200 112 377 62 107 0 0 402 144 101
Binary 10000000 1001010 11111111 110010 1000111 0 0 100000010 1100100 1000001

Color Harmonies of #804AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804AFF

Black with #804AFF

Text Example


Text Example

White with #804AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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