#7B6BEB

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

Shades of Medium Slate Blue #7B6BEB

Tints of Medium Slate Blue #7B6BEB

Color information

#7B6BEB (or 0x7B6BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7B, 6B and EB. RGB value is (123,107,235). Sum of RGB (Red+Green+Blue) = 123+107+235=465 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.45% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #7B6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7B6BEB is #849414. Grayscale: #7D7D7D. Windows color (decimal): -8688661 or 15428475. OLE color: 15428475.

HSL color Cylindrical-coordinate representation of color #7B6BEB: hue angle of 247.5º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B6BEB is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB123107235-
CMYK0.480.5400.08
HSL247.5º76.19%67.06%-
HSV(B)247.5º54.47%92.16%-
XYZ28.4220.7281.1-
YUV126.38189.3125.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.45%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 235 (92.19% from 255) = 50.54%
R=26.45%
G=23.01%
B=50.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1231072350.480.5400.08247.576.1967.06
Hex7B6BEB303608f84c43
Octal1731533536066010370114103
Binary1111011110101111101011110000110110010001111100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,107,235); }

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

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

 a { background-color: rgb(123,107,235); }

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

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

 span { border-color: rgb(123,107,235); }

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