#7F6AED

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

Shades of Medium Slate Blue #7F6AED

Tints of Medium Slate Blue #7F6AED

Color information

#7F6AED (or 0x7F6AED) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6A and ED. RGB value is (127,106,237). Sum of RGB (Red+Green+Blue) = 127+106+237=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 237 (92.97% from 255 or 50.43% from 470); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F6AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6AED is #809512. Grayscale: #7E7E7E. Windows color (decimal): -8426771 or 15559295. OLE color: 15559295.

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

Color convert

RGB127106237-
CMYK0.460.5500.07
HSL249.62º78.44%67.25%-
HSV(B)249.62º55.27%92.94%-
XYZ29.1920.9382.62-
YUV127.21189.96127.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.02%
GREEN value IS 106 (41.80% from 255) = 22.55%
BLUE value IS 237 (92.97% from 255) = 50.43%
R=27.02%
G=22.55%
B=50.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271062370.460.5500.07249.6278.4467.25
Hex7F6AED2E3707fa4e43
Octal177152355566707372116103
Binary111111111010101110110110111011011101111111101010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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