#7F53DE

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

Shades of Medium Slate Blue #7F53DE

Tints of Medium Slate Blue #7F53DE

Color information

#7F53DE (or 0x7F53DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 53 and DE. RGB value is (127,83,222). Sum of RGB (Red+Green+Blue) = 127+83+222=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #7F53DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F53DE is #80AC21. Grayscale: #6F6F6F. Windows color (decimal): -8432674 or 14570367. OLE color: 14570367.

HSL color Cylindrical-coordinate representation of color #7F53DE: hue angle of 258.99º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F53DE is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12783222-
CMYK0.430.6300.13
HSL258.99º67.8%59.8%-
HSV(B)258.99º62.61%87.06%-
XYZ25.0315.9770.87-
YUV112190.08138.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 222 (87.11% from 255) = 51.39%
R=29.40%
G=19.21%
B=51.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal127832220.430.6300.13258.9967.859.8
Hex7F53DE2B3F0D103443c
Octal177123336537701540310474
Binary1111111101001111011110101011111111011011000000111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F53DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,222); }

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

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

 a { background-color: rgb(127,83,222); }

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

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

 span { border-color: rgb(127,83,222); }

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