Html Css Color HEX #786ADA Medium Slate Blue

📋 copy color: '#786ADA'

red 120 ◦ green 106 ◦ blue 218

#786ADA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #786ADA

Tints of Medium Slate Blue #786ADA

RGB

 RED value IS 120 (47.27% from 255) = 27.03%

 GREEN value IS 106 (41.8% from 255) = 23.87%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 27.03%
G = 23.87%
B = 49.1%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#786ADA (or 0x786ADA) is known color: Medium Slate Blue. HEX triplet: 78, 6A and DA. RGB value is (120,106,218). Sum of RGB (Red+Green+Blue) = 120+106+218=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #786ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ADA is #879525. Grayscale: #7A7A7A. Windows color (decimal): -8885542 or 14314104. OLE color: 14314104.

HSL color Cylindrical-coordinate representation of color #786ADA: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #786ADA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 106 218 -
CMYK 0.45 0.51 0 0.15
HSL 247.5º 0.6% 0.64% -
HSV(B) 247.5º 0.51% 0.85% -
XYZ 25.55 19.36 68.72 -
YUV 122.95 181.64 125.89 -
System Red Green Blue C M Y K H S L
Decimal 120 106 218 0.45 0.51 0 0.15 247.5 0.6 0.64
Hex 78 6A DA 2D 33 0 F F8 3C 40
Octal 170 152 332 55 63 0 17 370 74 100
Binary 1111000 1101010 11011010 101101 110011 0 1111 11111000 111100 1000000

Color Harmonies of #786ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786ADA

Black with #786ADA

Text Example


Text Example

White with #786ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #786ADA;
 }
 .AnyTagClassName
 {
   color: #786ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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