Html Css Color HEX #804CE8 Medium Slate Blue

📋 copy color: '#804CE8'

red 128 ◦ green 76 ◦ blue 232

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

Shades of Medium Slate Blue #804CE8

Tints of Medium Slate Blue #804CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.21%

R = 29.36%
G = 17.43%
B = 53.21%

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

#804CE8 (or 0x804CE8) is known color: Medium Slate Blue. HEX triplet: 80, 4C and E8. RGB value is (128,76,232). Sum of RGB (Red+Green+Blue) = 128+76+232=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #804CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CE8 is #7FB317. Grayscale: #6C6C6C. Windows color (decimal): -8368920 or 15223936. OLE color: 15223936.

HSL color Cylindrical-coordinate representation of color #804CE8: hue angle of 260º degrees, saturation: 0.77, 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 #804CE8 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 76 232 -
CMYK 0.45 0.67 0 0.09
HSL 260º 0.77% 0.6% -
HSV(B) 260º 0.67% 0.91% -
XYZ 26.05 15.58 77.98 -
YUV 109.33 197.23 141.32 -
System Red Green Blue C M Y K H S L
Decimal 128 76 232 0.45 0.67 0 0.09 260 0.77 0.6
Hex 80 4C E8 2D 43 0 9 104 4D 3C
Octal 200 114 350 55 103 0 11 404 115 74
Binary 10000000 1001100 11101000 101101 1000011 0 1001 100000100 1001101 111100

Color Harmonies of #804CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CE8

Black with #804CE8

Text Example


Text Example

White with #804CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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