#7D60F1

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

Shades of Medium Slate Blue #7D60F1

Tints of Medium Slate Blue #7D60F1

Color information

#7D60F1 (or 0x7D60F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 60 and F1. RGB value is (125,96,241). Sum of RGB (Red+Green+Blue) = 125+96+241=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D60F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D60F1 is #829F0E. Grayscale: #787878. Windows color (decimal): -8560399 or 15818877. OLE color: 15818877.

HSL color Cylindrical-coordinate representation of color #7D60F1: hue angle of 252º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D60F1 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12596241-
CMYK0.480.6000.05
HSL252º83.82%66.08%-
HSV(B)252º60.17%94.51%-
XYZ28.5219.0885.4-
YUV121.2195.61130.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.06%
GREEN value IS 96 (37.89% from 255) = 20.78%
BLUE value IS 241 (94.53% from 255) = 52.16%
R=27.06%
G=20.78%
B=52.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125962410.480.6000.0525283.8266.08
Hex7D60F1303C05fc5442
Octal175140361607405374124102
Binary111110111000001111000111000011110001011111110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,96,241); }

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

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

 a { background-color: rgb(125,96,241); }

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

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

 span { border-color: rgb(125,96,241); }

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