#7F52FD

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

Shades of Medium Slate Blue #7F52FD

Tints of Medium Slate Blue #7F52FD

Color information

#7F52FD (or 0x7F52FD) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 52 and FD. RGB value is (127,82,253). Sum of RGB (Red+Green+Blue) = 127+82+253=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F52FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FD is #80AD02. Grayscale: #727272. Windows color (decimal): -8432899 or 16601727. OLE color: 16601727.

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

Color convert

RGB12782253-
CMYK0.500.6800.01
HSL255.79º97.71%65.69%-
HSV(B)255.79º67.59%99.22%-
XYZ29.517.6494.78-
YUV114.95205.91136.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.49%
GREEN value IS 82 (32.42% from 255) = 17.75%
BLUE value IS 253 (99.22% from 255) = 54.76%
R=27.49%
G=17.75%
B=54.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal127822530.500.6800.01255.7997.7165.69
Hex7F52FD3244011006242
Octal1771223756210401400142102
Binary111111110100101111110111001010001000110000000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F52FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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