Html Css Color HEX #804CEC Medium Slate Blue

📋 copy color: '#804CEC'

red 128 ◦ green 76 ◦ blue 236

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

Shades of Medium Slate Blue #804CEC

Tints of Medium Slate Blue #804CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 29.09%
G = 17.27%
B = 53.64%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#804CEC (or 0x804CEC) is known color: Medium Slate Blue. HEX triplet: 80, 4C and EC. RGB value is (128,76,236). Sum of RGB (Red+Green+Blue) = 128+76+236=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #804CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CEC is #7FB313. Grayscale: #6D6D6D. Windows color (decimal): -8368916 or 15486080. OLE color: 15486080.

HSL color Cylindrical-coordinate representation of color #804CEC: hue angle of 259.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804CEC is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 76 236 -
CMYK 0.46 0.68 0 0.07
HSL 259.5º 0.81% 0.61% -
HSV(B) 259.5º 0.68% 0.93% -
XYZ 26.63 15.81 81.01 -
YUV 109.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 128 76 236 0.46 0.68 0 0.07 259.5 0.81 0.61
Hex 80 4C EC 2E 44 0 7 104 51 3D
Octal 200 114 354 56 104 0 7 404 121 75
Binary 10000000 1001100 11101100 101110 1000100 0 111 100000100 1010001 111101

Color Harmonies of #804CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804CEC

Black with #804CEC

Text Example


Text Example

White with #804CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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