Html Css Color HEX #786EDD Medium Slate Blue

📋 copy color: '#786EDD'

red 120 ◦ green 110 ◦ blue 221

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

Shades of Medium Slate Blue #786EDD

Tints of Medium Slate Blue #786EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.39%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 26.61%
G = 24.39%
B = 49%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#786EDD (or 0x786EDD) is known color: Medium Slate Blue. HEX triplet: 78, 6E and DD. RGB value is (120,110,221). Sum of RGB (Red+Green+Blue) = 120+110+221=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #786EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EDD is #879122. Grayscale: #7D7D7D. Windows color (decimal): -8884515 or 14511736. OLE color: 14511736.

HSL color Cylindrical-coordinate representation of color #786EDD: hue angle of 245.41º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786EDD is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 110 221 -
CMYK 0.46 0.50 0 0.13
HSL 245.41º 0.62% 0.65% -
HSV(B) 245.41º 0.5% 0.87% -
XYZ 26.37 20.37 70.95 -
YUV 125.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 120 110 221 0.46 0.50 0 0.13 245.41 0.62 0.65
Hex 78 6E DD 2E 32 0 D F5 3E 41
Octal 170 156 335 56 62 0 15 365 76 101
Binary 1111000 1101110 11011101 101110 110010 0 1101 11110101 111110 1000001

Color Harmonies of #786EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786EDD

Black with #786EDD

Text Example


Text Example

White with #786EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,110,221); }

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

background-color css

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

 a { background-color: rgb(120,110,221); }

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

border-color css

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

 span { border-color: rgb(120,110,221); }

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