Html Css Color HEX #786BE1 Medium Slate Blue

📋 copy color: '#786BE1'

red 120 ◦ green 107 ◦ blue 225

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

Shades of Medium Slate Blue #786BE1

Tints of Medium Slate Blue #786BE1

RGB

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

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

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

R = 26.55%
G = 23.67%
B = 49.78%

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

#786BE1 (or 0x786BE1) is known color: Medium Slate Blue. HEX triplet: 78, 6B and E1. RGB value is (120,107,225). Sum of RGB (Red+Green+Blue) = 120+107+225=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #786BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BE1 is #87941E. Grayscale: #7B7B7B. Windows color (decimal): -8885279 or 14773112. OLE color: 14773112.

HSL color Cylindrical-coordinate representation of color #786BE1: hue angle of 246.61º 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 #786BE1 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 107 225 -
CMYK 0.47 0.52 0 0.12
HSL 246.61º 0.66% 0.65% -
HSV(B) 246.61º 0.52% 0.88% -
XYZ 26.59 19.94 73.68 -
YUV 124.34 184.81 124.91 -
System Red Green Blue C M Y K H S L
Decimal 120 107 225 0.47 0.52 0 0.12 246.61 0.66 0.65
Hex 78 6B E1 2F 34 0 C F7 42 41
Octal 170 153 341 57 64 0 14 367 102 101
Binary 1111000 1101011 11100001 101111 110100 0 1100 11110111 1000010 1000001

Color Harmonies of #786BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BE1

Black with #786BE1

Text Example


Text Example

White with #786BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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