#786BFA

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

Shades of Medium Slate Blue #786BFA

Tints of Medium Slate Blue #786BFA

Color information

#786BFA (or 0x786BFA) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 6B and FA. RGB value is (120,107,250). Sum of RGB (Red+Green+Blue) = 120+107+250=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #786BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BFA is #879405. Grayscale: #7E7E7E. Windows color (decimal): -8885254 or 16411512. OLE color: 16411512.

HSL color Cylindrical-coordinate representation of color #786BFA: hue angle of 245.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #786BFA is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120107250-
CMYK0.520.5700.02
HSL245.45º93.46%70%-
HSV(B)245.45º57.2%98.04%-
XYZ30.2621.4192.98-
YUV127.19197.31122.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.16%
GREEN value IS 107 (42.19% from 255) = 22.43%
BLUE value IS 250 (98.05% from 255) = 52.41%
R=25.16%
G=22.43%
B=52.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201072500.520.5700.02245.4593.4670
Hex786BFA343902f55d46
Octal170153372647102365135106
Binary11110001101011111110101101001110010101111010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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