Html Css Color HEX #786BDA Medium Slate Blue

📋 copy color: '#786BDA'

red 120 ◦ green 107 ◦ blue 218

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

Shades of Medium Slate Blue #786BDA

Tints of Medium Slate Blue #786BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

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

R = 26.97%
G = 24.04%
B = 48.99%

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

#786BDA (or 0x786BDA) is known color: Medium Slate Blue. HEX triplet: 78, 6B and DA. RGB value is (120,107,218). Sum of RGB (Red+Green+Blue) = 120+107+218=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #786BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BDA is #879425. Grayscale: #7B7B7B. Windows color (decimal): -8885286 or 14314360. OLE color: 14314360.

HSL color Cylindrical-coordinate representation of color #786BDA: hue angle of 247.03º 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 #786BDA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 107 218 -
CMYK 0.45 0.51 0 0.15
HSL 247.03º 0.6% 0.64% -
HSV(B) 247.03º 0.51% 0.85% -
XYZ 25.66 19.57 68.75 -
YUV 123.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 120 107 218 0.45 0.51 0 0.15 247.03 0.6 0.64
Hex 78 6B DA 2D 33 0 F F7 3C 40
Octal 170 153 332 55 63 0 17 367 74 100
Binary 1111000 1101011 11011010 101101 110011 0 1111 11110111 111100 1000000

Color Harmonies of #786BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BDA

Black with #786BDA

Text Example


Text Example

White with #786BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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