#7F6DDC

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

Shades of Medium Slate Blue #7F6DDC

Tints of Medium Slate Blue #7F6DDC

Color information

#7F6DDC (or 0x7F6DDC) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6D and DC. RGB value is (127,109,220). Sum of RGB (Red+Green+Blue) = 127+109+220=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6DDC is #809223. Grayscale: #7E7E7E. Windows color (decimal): -8426020 or 14445951. OLE color: 14445951.

HSL color Cylindrical-coordinate representation of color #7F6DDC: hue angle of 249.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F6DDC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127109220-
CMYK0.420.5000.14
HSL249.73º61.33%64.51%-
HSV(B)249.73º50.45%86.27%-
XYZ27.1420.6270.26-
YUV127.04180.46127.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.85%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 220 (86.33% from 255) = 48.25%
R=27.85%
G=23.90%
B=48.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271092200.420.5000.14249.7361.3364.51
Hex7F6DDC2A320Efa3d41
Octal177155334526201637275101
Binary111111111011011101110010101011001001110111110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,109,220); }

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

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

 a { background-color: rgb(127,109,220); }

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

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

 span { border-color: rgb(127,109,220); }

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