Html Css Color HEX #786BE5 Medium Slate Blue

📋 copy color: '#786BE5'

red 120 ◦ green 107 ◦ blue 229

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

Shades of Medium Slate Blue #786BE5

Tints of Medium Slate Blue #786BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 50.22%

R = 26.32%
G = 23.46%
B = 50.22%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#786BE5 (or 0x786BE5) is known color: Medium Slate Blue. HEX triplet: 78, 6B and E5. RGB value is (120,107,229). Sum of RGB (Red+Green+Blue) = 120+107+229=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 229 (89.84% from 255 or 50.22% from 456); Max value from RGB is 229 - color contains mainly: blue. Hex color #786BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BE5 is #87941A. Grayscale: #7C7C7C. Windows color (decimal): -8885275 or 15035256. OLE color: 15035256.

HSL color Cylindrical-coordinate representation of color #786BE5: hue angle of 246.39º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786BE5 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 107 229 -
CMYK 0.48 0.53 0 0.10
HSL 246.39º 0.7% 0.66% -
HSV(B) 246.39º 0.53% 0.9% -
XYZ 27.15 20.17 76.59 -
YUV 124.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 120 107 229 0.48 0.53 0 0.10 246.39 0.7 0.66
Hex 78 6B E5 30 35 0 A F6 46 42
Octal 170 153 345 60 65 0 12 366 106 102
Binary 1111000 1101011 11100101 110000 110101 0 1010 11110110 1000110 1000010

Color Harmonies of #786BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786BE5

Black with #786BE5

Text Example


Text Example

White with #786BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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