#7F6CE0

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

Shades of Medium Slate Blue #7F6CE0

Tints of Medium Slate Blue #7F6CE0

Color information

#7F6CE0 (or 0x7F6CE0) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6C and E0. RGB value is (127,108,224). Sum of RGB (Red+Green+Blue) = 127+108+224=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #7F6CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6CE0 is #80931F. Grayscale: #7E7E7E. Windows color (decimal): -8426272 or 14707839. OLE color: 14707839.

HSL color Cylindrical-coordinate representation of color #7F6CE0: hue angle of 249.83º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F6CE0 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127108224-
CMYK0.430.5200.12
HSL249.83º65.17%65.1%-
HSV(B)249.83º51.79%87.84%-
XYZ27.5720.6273.05-
YUV126.9182.79128.07-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.67%
GREEN value IS 108 (42.58% from 255) = 23.53%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=27.67%
G=23.53%
B=48.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271082240.430.5200.12249.8365.1765.1
Hex7F6CE02B340Cfa4141
Octal1771543405364014372101101
Binary1111111110110011100000101011110100011001111101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,108,224); }

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

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

 a { background-color: rgb(127,108,224); }

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

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

 span { border-color: rgb(127,108,224); }

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