#7F6AE3

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

Shades of Medium Slate Blue #7F6AE3

Tints of Medium Slate Blue #7F6AE3

Color information

#7F6AE3 (or 0x7F6AE3) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6A and E3. RGB value is (127,106,227). Sum of RGB (Red+Green+Blue) = 127+106+227=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 227 (89.06% from 255 or 49.35% from 460); Max value from RGB is 227 - color contains mainly: blue. Hex color #7F6AE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6AE3 is #80951C. Grayscale: #7D7D7D. Windows color (decimal): -8426781 or 14903935. OLE color: 14903935.

HSL color Cylindrical-coordinate representation of color #7F6AE3: hue angle of 250.41º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F6AE3 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB127106227-
CMYK0.440.5300.11
HSL250.41º68.36%65.29%-
HSV(B)250.41º53.3%89.02%-
XYZ27.7720.3775.14-
YUV126.07184.96128.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 227 (89.06% from 255) = 49.35%
R=27.61%
G=23.04%
B=49.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1271062270.440.5300.11250.4168.3665.29
Hex7F6AE32C350Bfa4441
Octal1771523435465013372104101
Binary1111111110101011100011101100110101010111111101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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