#7B6EF4

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

Shades of Medium Slate Blue #7B6EF4

Tints of Medium Slate Blue #7B6EF4

Color information

#7B6EF4 (or 0x7B6EF4) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6E and F4. RGB value is (123,110,244). Sum of RGB (Red+Green+Blue) = 123+110+244=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 244 (95.70% from 255 or 51.15% from 477); Max value from RGB is 244 - color contains mainly: blue. Hex color #7B6EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6EF4 is #84910B. Grayscale: #808080. Windows color (decimal): -8687884 or 16019067. OLE color: 16019067.

HSL color Cylindrical-coordinate representation of color #7B6EF4: hue angle of 245.82º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6EF4 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB123110244-
CMYK0.500.5500.04
HSL245.82º85.9%69.41%-
HSV(B)245.82º54.92%95.69%-
XYZ30.0721.8988.23-
YUV129.16192.81123.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.79%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 244 (95.70% from 255) = 51.15%
R=25.79%
G=23.06%
B=51.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1231102440.500.5500.04245.8285.969.41
Hex7B6EF4323704f65645
Octal173156364626704366126105
Binary111101111011101111010011001011011101001111011010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,110,244); }

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

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

 a { background-color: rgb(123,110,244); }

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

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

 span { border-color: rgb(123,110,244); }

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