#7F52FB

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

Shades of Medium Slate Blue #7F52FB

Tints of Medium Slate Blue #7F52FB

Color information

#7F52FB (or 0x7F52FB) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 52 and FB. RGB value is (127,82,251). Sum of RGB (Red+Green+Blue) = 127+82+251=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F52FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F52FB is #80AD04. Grayscale: #727272. Windows color (decimal): -8432901 or 16470655. OLE color: 16470655.

HSL color Cylindrical-coordinate representation of color #7F52FB: hue angle of 255.98º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F52FB is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12782251-
CMYK0.490.6700.02
HSL255.98º95.48%65.29%-
HSV(B)255.98º67.33%98.43%-
XYZ29.1817.5193.11-
YUV114.72204.91136.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 82 (32.42% from 255) = 17.83%
BLUE value IS 251 (98.44% from 255) = 54.57%
R=27.61%
G=17.83%
B=54.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal127822510.490.6700.02255.9895.4865.29
Hex7F52FB3143021005f41
Octal1771223736110302400137101
Binary1111111101001011111011110001100001101010000000010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F52FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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