#7F6BE6

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

Shades of Medium Slate Blue #7F6BE6

Tints of Medium Slate Blue #7F6BE6

Color information

#7F6BE6 (or 0x7F6BE6) is unknown color: approx Medium Slate Blue. HEX triplet: 7F, 6B and E6. RGB value is (127,107,230). Sum of RGB (Red+Green+Blue) = 127+107+230=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 230 (90.23% from 255 or 49.57% from 464); Max value from RGB is 230 - color contains mainly: blue. Hex color #7F6BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6BE6 is #809419. Grayscale: #7E7E7E. Windows color (decimal): -8426522 or 15100799. OLE color: 15100799.

HSL color Cylindrical-coordinate representation of color #7F6BE6: hue angle of 249.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F6BE6 is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB127107230-
CMYK0.450.5300.10
HSL249.76º71.1%66.08%-
HSV(B)249.76º53.48%90.2%-
XYZ28.2920.7477.38-
YUV127186.13128-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.37%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 230 (90.23% from 255) = 49.57%
R=27.37%
G=23.06%
B=49.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1271072300.450.5300.10249.7671.166.08
Hex7F6BE62D350Afa4742
Octal1771533465565012372107102
Binary1111111110101111100110101101110101010101111101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,107,230); }

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

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

 a { background-color: rgb(127,107,230); }

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

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

 span { border-color: rgb(127,107,230); }

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