#7F6AF0

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

Shades of Medium Slate Blue #7F6AF0

Tints of Medium Slate Blue #7F6AF0

Color information

#7F6AF0 (or 0x7F6AF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6A and F0. RGB value is (127,106,240). Sum of RGB (Red+Green+Blue) = 127+106+240=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F6AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6AF0 is #80950F. Grayscale: #7F7F7F. Windows color (decimal): -8426768 or 15755903. OLE color: 15755903.

HSL color Cylindrical-coordinate representation of color #7F6AF0: hue angle of 249.4º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F6AF0 is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB127106240-
CMYK0.470.5600.06
HSL249.4º81.71%67.84%-
HSV(B)249.4º55.83%94.12%-
XYZ29.6321.1184.95-
YUV127.56191.46127.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.85%
GREEN value IS 106 (41.80% from 255) = 22.41%
BLUE value IS 240 (94.14% from 255) = 50.74%
R=26.85%
G=22.41%
B=50.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1271062400.470.5600.06249.481.7167.84
Hex7F6AF02F3806f95244
Octal177152360577006371122104
Binary111111111010101111000010111111100001101111100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,106,240); }

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

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

 a { background-color: rgb(127,106,240); }

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

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

 span { border-color: rgb(127,106,240); }

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