#786bed

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

Shades of Medium Slate Blue #786BED

Tints of Medium Slate Blue #786BED

Color information

#786BED (or 0x786BED) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 6B and ED. RGB value is (120,107,237). Sum of RGB (Red+Green+Blue) = 120+107+237=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #786BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BED is #879412. Grayscale: #7D7D7D. Windows color (decimal): -8885267 or 15559544. OLE color: 15559544.

HSL color Cylindrical-coordinate representation of color #786BED: hue angle of 246º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786BED is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120107237-
CMYK0.490.5500.07
HSL246º78.31%67.45%-
HSV(B)246º54.85%92.94%-
XYZ28.2920.6282.61-
YUV125.71190.81123.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 237 (92.97% from 255) = 51.08%
R=25.86%
G=23.06%
B=51.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201072370.490.5500.0724678.3167.45
Hex786BED313707f64e43
Octal170153355616707366116103
Binary111100011010111110110111000111011101111111011010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786bed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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