#786BEB

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

Shades of Medium Slate Blue #786BEB

Tints of Medium Slate Blue #786BEB

Color information

#786BEB (or 0x786BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 6B and EB. RGB value is (120,107,235). Sum of RGB (Red+Green+Blue) = 120+107+235=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #786BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BEB is #879414. Grayscale: #7C7C7C. Windows color (decimal): -8885269 or 15428472. OLE color: 15428472.

HSL color Cylindrical-coordinate representation of color #786BEB: hue angle of 246.09º 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 #786BEB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120107235-
CMYK0.490.5400.08
HSL246.09º76.19%67.06%-
HSV(B)246.09º54.47%92.16%-
XYZ2820.5181.08-
YUV125.48189.81124.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 107 (42.19% from 255) = 23.16%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=25.97%
G=23.16%
B=50.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201072350.490.5400.08246.0976.1967.06
Hex786BEB313608f64c43
Octal1701533536166010366114103
Binary1111000110101111101011110001110110010001111011010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786BEB; }

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

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

<style>
 a { background-color: #786BEB; }

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

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

<style>
 span { border-color: #786BEB; }

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

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