#7F6AEA

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

Shades of Medium Slate Blue #7F6AEA

Tints of Medium Slate Blue #7F6AEA

Color information

#7F6AEA (or 0x7F6AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6A and EA. RGB value is (127,106,234). Sum of RGB (Red+Green+Blue) = 127+106+234=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F6AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6AEA is #809515. Grayscale: #7E7E7E. Windows color (decimal): -8426774 or 15362687. OLE color: 15362687.

HSL color Cylindrical-coordinate representation of color #7F6AEA: hue angle of 249.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F6AEA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127106234-
CMYK0.460.5500.08
HSL249.84º75.29%66.67%-
HSV(B)249.84º54.7%91.76%-
XYZ28.7620.7680.33-
YUV126.87188.46128.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.19%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=27.19%
G=22.70%
B=50.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271062340.460.5500.08249.8475.2966.67
Hex7F6AEA2E3708fa4b43
Octal1771523525667010372113103
Binary1111111110101011101010101110110111010001111101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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