#7B6DF0

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

Shades of Medium Slate Blue #7B6DF0

Tints of Medium Slate Blue #7B6DF0

Color information

#7B6DF0 (or 0x7B6DF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6D and F0. RGB value is (123,109,240). Sum of RGB (Red+Green+Blue) = 123+109+240=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B6DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6DF0 is #84920F. Grayscale: #7F7F7F. Windows color (decimal): -8688144 or 15756667. OLE color: 15756667.

HSL color Cylindrical-coordinate representation of color #7B6DF0: hue angle of 246.41º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B6DF0 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB123109240-
CMYK0.490.5500.06
HSL246.41º81.37%68.43%-
HSV(B)246.41º54.58%94.12%-
XYZ29.3721.4485.03-
YUV128.12191.14124.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.06%
GREEN value IS 109 (42.97% from 255) = 23.09%
BLUE value IS 240 (94.14% from 255) = 50.85%
R=26.06%
G=23.09%
B=50.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1231092400.490.5500.06246.4181.3768.43
Hex7B6DF0313706f65144
Octal173155360616706366121104
Binary111101111011011111000011000111011101101111011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,109,240); }

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

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

 a { background-color: rgb(123,109,240); }

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

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

 span { border-color: rgb(123,109,240); }

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