#7F4CEC

Color #7F4CEC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7F4CEC

Tints of Medium Slate Blue #7F4CEC

Color information

#7F4CEC (or 0x7F4CEC) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 4C and EC. RGB value is (127,76,236). Sum of RGB (Red+Green+Blue) = 127+76+236=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F4CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F4CEC is #80B313. Grayscale: #6C6C6C. Windows color (decimal): -8434452 or 15486079. OLE color: 15486079.

HSL color Cylindrical-coordinate representation of color #7F4CEC: hue angle of 259.12º 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 #7F4CEC is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12776236-
CMYK0.460.6800.07
HSL259.12º80.81%61.18%-
HSV(B)259.12º67.8%92.55%-
XYZ26.4815.7481-
YUV109.49199.4140.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.93%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 236 (92.58% from 255) = 53.76%
R=28.93%
G=17.31%
B=53.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal127762360.460.6800.07259.1280.8161.18
Hex7F4CEC2E4407103513d
Octal177114354561040740312175
Binary1111111100110011101100101110100010001111000000111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F4CEC; }

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

 H1.HeaderClassName
 {
   color: #7F4CEC;
 }
 .AnyTagClassName
 {
   color: #7F4CEC;
 }
</style>
background-color css

<style>
 a { background-color: #7F4CEC; }

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

 div.DivClassName
 {
   background-color: #7F4CEC;
 }
 .BgClassName
 {
   background-color: #7F4CEC;
 }
</style>
border-color css

<style>
 span { border-color: #7F4CEC; }

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

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