#786ADB

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

Shades of Medium Slate Blue #786ADB

Tints of Medium Slate Blue #786ADB

Color information

#786ADB (or 0x786ADB) is unknown color: approx Medium Slate Blue. HEX triplet: 78, 6A and DB. RGB value is (120,106,219). Sum of RGB (Red+Green+Blue) = 120+106+219=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #786ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ADB is #879524. Grayscale: #7A7A7A. Windows color (decimal): -8885541 or 14379640. OLE color: 14379640.

HSL color Cylindrical-coordinate representation of color #786ADB: hue angle of 247.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786ADB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120106219-
CMYK0.450.5200.14
HSL247.43º61.08%63.73%-
HSV(B)247.43º51.6%85.88%-
XYZ25.6919.4269.41-
YUV123.07182.14125.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 106 (41.80% from 255) = 23.82%
BLUE value IS 219 (85.94% from 255) = 49.21%
R=26.97%
G=23.82%
B=49.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201062190.450.5200.14247.4361.0863.73
Hex786ADB2D340Ef73d40
Octal170152333556401636775100
Binary111100011010101101101110110111010001110111101111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,219); }

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

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

 a { background-color: rgb(120,106,219); }

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

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

 span { border-color: rgb(120,106,219); }

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