Html Css Color HEX #804CE7 Medium Slate Blue

📋 copy color: '#804CE7'

red 128 ◦ green 76 ◦ blue 231

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

Shades of Medium Slate Blue #804CE7

Tints of Medium Slate Blue #804CE7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

 BLUE value IS 231 (90.63% from 255) = 53.1%

R = 29.43%
G = 17.47%
B = 53.1%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#804CE7 (or 0x804CE7) is known color: Medium Slate Blue. HEX triplet: 80, 4C and E7. RGB value is (128,76,231). Sum of RGB (Red+Green+Blue) = 128+76+231=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #804CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CE7 is #7FB318. Grayscale: #6C6C6C. Windows color (decimal): -8368921 or 15158400. OLE color: 15158400.

HSL color Cylindrical-coordinate representation of color #804CE7: hue angle of 260.13º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #804CE7 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 76 231 -
CMYK 0.45 0.67 0 0.09
HSL 260.13º 0.76% 0.6% -
HSV(B) 260.13º 0.67% 0.91% -
XYZ 25.91 15.53 77.23 -
YUV 109.22 196.73 141.4 -
System Red Green Blue C M Y K H S L
Decimal 128 76 231 0.45 0.67 0 0.09 260.13 0.76 0.6
Hex 80 4C E7 2D 43 0 9 104 4C 3C
Octal 200 114 347 55 103 0 11 404 114 74
Binary 10000000 1001100 11100111 101101 1000011 0 1001 100000100 1001100 111100

Color Harmonies of #804CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CE7

Black with #804CE7

Text Example


Text Example

White with #804CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,76,231); }

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

background-color css

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

 a { background-color: rgb(128,76,231); }

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

border-color css

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

 span { border-color: rgb(128,76,231); }

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