#7F52FF

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

Shades of Medium Slate Blue #7F52FF

Tints of Medium Slate Blue #7F52FF

Color information

#7F52FF (or 0x7F52FF) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 52 and FF. RGB value is (127,82,255). Sum of RGB (Red+Green+Blue) = 127+82+255=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #7F52FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FF is #80AD00. Grayscale: #727272. Windows color (decimal): -8432897 or 16732799. OLE color: 16732799.

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

Color convert

RGB12782255-
CMYK0.500.6800
HSL255.61º100%66.08%-
HSV(B)255.61º67.84%100%-
XYZ29.8217.7796.47-
YUV115.18206.91136.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.37%
GREEN value IS 82 (32.42% from 255) = 17.67%
BLUE value IS 255 (100% from 255) = 54.96%
R=27.37%
G=17.67%
B=54.96%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal127822550.500.6800255.6110066.08
Hex7F52FF3244001006442
Octal1771223776210400400144102
Binary111111110100101111111111001010001000010000000011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F52FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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