Html Css Color HEX #786FDA Medium Slate Blue

📋 copy color: '#786FDA'

red 120 ◦ green 111 ◦ blue 218

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

Shades of Medium Slate Blue #786FDA

Tints of Medium Slate Blue #786FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.72%

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

R = 26.73%
G = 24.72%
B = 48.55%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#786FDA (or 0x786FDA) is known color: Medium Slate Blue. HEX triplet: 78, 6F and DA. RGB value is (120,111,218). Sum of RGB (Red+Green+Blue) = 120+111+218=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #786FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FDA is #879025. Grayscale: #7D7D7D. Windows color (decimal): -8884262 or 14315384. OLE color: 14315384.

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

Color convert

RGB 120 111 218 -
CMYK 0.45 0.49 0 0.15
HSL 245.05º 0.59% 0.65% -
HSV(B) 245.05º 0.49% 0.85% -
XYZ 26.09 20.42 68.9 -
YUV 125.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 120 111 218 0.45 0.49 0 0.15 245.05 0.59 0.65
Hex 78 6F DA 2D 31 0 F F5 3B 41
Octal 170 157 332 55 61 0 17 365 73 101
Binary 1111000 1101111 11011010 101101 110001 0 1111 11110101 111011 1000001

Color Harmonies of #786FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786FDA

Black with #786FDA

Text Example


Text Example

White with #786FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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