#7F60DA

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

Shades of Medium Slate Blue #7F60DA

Tints of Medium Slate Blue #7F60DA

Color information

#7F60DA (or 0x7F60DA) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 60 and DA. RGB value is (127,96,218). Sum of RGB (Red+Green+Blue) = 127+96+218=441 (58% of max value = 765). Red value is 127 (50% from 255 or 28.80% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F60DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F60DA is #809F25. Grayscale: #767676. Windows color (decimal): -8429350 or 14311551. OLE color: 14311551.

HSL color Cylindrical-coordinate representation of color #7F60DA: hue angle of 255.25º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F60DA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12796218-
CMYK0.420.5600.15
HSL255.25º62.24%61.57%-
HSV(B)255.25º55.96%85.49%-
XYZ25.5917.9468.44-
YUV119.18183.77133.58-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.80%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=28.80%
G=21.77%
B=49.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127962180.420.5600.15255.2562.2461.57
Hex7F60DA2A380Fff3e3e
Octal17714033252700173777676
Binary11111111100000110110101010101110000111111111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,96,218); }

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

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

 a { background-color: rgb(127,96,218); }

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

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

 span { border-color: rgb(127,96,218); }

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