#786BE4

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

Shades of Medium Slate Blue #786BE4

Tints of Medium Slate Blue #786BE4

Color information

#786BE4 (or 0x786BE4) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 6B and E4. RGB value is (120,107,228). Sum of RGB (Red+Green+Blue) = 120+107+228=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #786BE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BE4 is #87941B. Grayscale: #7C7C7C. Windows color (decimal): -8885276 or 14969720. OLE color: 14969720.

HSL color Cylindrical-coordinate representation of color #786BE4: hue angle of 246.45º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786BE4 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120107228-
CMYK0.470.5300.11
HSL246.45º69.14%65.69%-
HSV(B)246.45º53.07%89.41%-
XYZ27.0120.1175.86-
YUV124.68186.31124.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.37%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 228 (89.45% from 255) = 50.11%
R=26.37%
G=23.52%
B=50.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1201072280.470.5300.11246.4569.1465.69
Hex786BE42F350Bf64542
Octal1701533445765013366105102
Binary1111000110101111100100101111110101010111111011010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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