Html Css Color HEX #786CE1 Medium Slate Blue

📋 copy color: '#786CE1'

red 120 ◦ green 108 ◦ blue 225

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

Shades of Medium Slate Blue #786CE1

Tints of Medium Slate Blue #786CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.84%

 BLUE value IS 225 (88.28% from 255) = 49.67%

R = 26.49%
G = 23.84%
B = 49.67%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#786CE1 (or 0x786CE1) is known color: Medium Slate Blue. HEX triplet: 78, 6C and E1. RGB value is (120,108,225). Sum of RGB (Red+Green+Blue) = 120+108+225=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 225 (88.28% from 255 or 49.67% from 453); Max value from RGB is 225 - color contains mainly: blue. Hex color #786CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CE1 is #87931E. Grayscale: #7C7C7C. Windows color (decimal): -8885023 or 14773368. OLE color: 14773368.

HSL color Cylindrical-coordinate representation of color #786CE1: hue angle of 246.15º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #786CE1 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 108 225 -
CMYK 0.47 0.52 0 0.12
HSL 246.15º 0.66% 0.65% -
HSV(B) 246.15º 0.52% 0.88% -
XYZ 26.7 20.15 73.72 -
YUV 124.93 184.48 124.49 -
System Red Green Blue C M Y K H S L
Decimal 120 108 225 0.47 0.52 0 0.12 246.15 0.66 0.65
Hex 78 6C E1 2F 34 0 C F6 42 41
Octal 170 154 341 57 64 0 14 366 102 101
Binary 1111000 1101100 11100001 101111 110100 0 1100 11110110 1000010 1000001

Color Harmonies of #786CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786CE1

Black with #786CE1

Text Example


Text Example

White with #786CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,108,225); }

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

background-color css

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

 a { background-color: rgb(120,108,225); }

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

border-color css

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

 span { border-color: rgb(120,108,225); }

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