#7F60F1

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

Shades of Medium Slate Blue #7F60F1

Tints of Medium Slate Blue #7F60F1

Color information

#7F60F1 (or 0x7F60F1) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 60 and F1. RGB value is (127,96,241). Sum of RGB (Red+Green+Blue) = 127+96+241=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #7F60F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F60F1 is #809F0E. Grayscale: #797979. Windows color (decimal): -8429327 or 15818879. OLE color: 15818879.

HSL color Cylindrical-coordinate representation of color #7F60F1: hue angle of 252.83º 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 #7F60F1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12796241-
CMYK0.470.6000.05
HSL252.83º83.82%66.08%-
HSV(B)252.83º60.17%94.51%-
XYZ28.8119.2385.41-
YUV121.8195.27131.71-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.37%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 241 (94.53% from 255) = 51.94%
R=27.37%
G=20.69%
B=51.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal127962410.470.6000.05252.8383.8266.08
Hex7F60F12F3C05fd5442
Octal177140361577405375124102
Binary111111111000001111000110111111110001011111110110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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