#7F50FF

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

Shades of Medium Slate Blue #7F50FF

Tints of Medium Slate Blue #7F50FF

Color information

#7F50FF (or 0x7F50FF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 50 and FF. RGB value is (127,80,255). Sum of RGB (Red+Green+Blue) = 127+80+255=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F50FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F50FF is #80AF00. Grayscale: #717171. Windows color (decimal): -8433409 or 16732287. OLE color: 16732287.

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

Color convert

RGB12780255-
CMYK0.500.6900
HSL256.11º100%65.69%-
HSV(B)256.11º68.63%100%-
XYZ29.6717.4796.42-
YUV114207.57137.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 80 (31.64% from 255) = 17.32%
BLUE value IS 255 (100% from 255) = 55.19%
R=27.49%
G=17.32%
B=55.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal127802550.500.6900256.1110065.69
Hex7F50FF3245001006442
Octal1771203776210500400144102
Binary111111110100001111111111001010001010010000000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F50FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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