#7f4cff

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

Shades of Medium Slate Blue #7F4CFF

Tints of Medium Slate Blue #7F4CFF

Color information

#7F4CFF (or 0x7F4CFF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 4C and FF. RGB value is (127,76,255). Sum of RGB (Red+Green+Blue) = 127+76+255=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F4CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F4CFF is #80B300. Grayscale: #6E6E6E. Windows color (decimal): -8434433 or 16731263. OLE color: 16731263.

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

Color convert

RGB12776255-
CMYK0.500.7000
HSL257.09º100%64.9%-
HSV(B)257.09º70.2%100%-
XYZ29.3916.996.32-
YUV111.66208.9138.95-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.73%
GREEN value IS 76 (30.08% from 255) = 16.59%
BLUE value IS 255 (100% from 255) = 55.68%
R=27.73%
G=16.59%
B=55.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal127762550.500.7000257.0910064.9
Hex7F4CFF3246001016441
Octal1771143776210600401144101
Binary111111110011001111111111001010001100010000000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f4cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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