Html Css Color HEX #785BE5 Medium Slate Blue

📋 copy color: '#785BE5'

red 120 ◦ green 91 ◦ blue 229

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

Shades of Medium Slate Blue #785BE5

Tints of Medium Slate Blue #785BE5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.68%

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

R = 27.27%
G = 20.68%
B = 52.05%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#785BE5 (or 0x785BE5) is known color: Medium Slate Blue. HEX triplet: 78, 5B and E5. RGB value is (120,91,229). Sum of RGB (Red+Green+Blue) = 120+91+229=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #785BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BE5 is #87A41A. Grayscale: #727272. Windows color (decimal): -8889371 or 15031160. OLE color: 15031160.

HSL color Cylindrical-coordinate representation of color #785BE5: hue angle of 252.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785BE5 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 91 229 -
CMYK 0.48 0.60 0 0.10
HSL 252.61º 0.73% 0.63% -
HSV(B) 252.61º 0.6% 0.9% -
XYZ 25.63 17.13 76.08 -
YUV 115.4 192.11 131.28 -
System Red Green Blue C M Y K H S L
Decimal 120 91 229 0.48 0.60 0 0.10 252.61 0.73 0.63
Hex 78 5B E5 30 3C 0 A FD 49 3F
Octal 170 133 345 60 74 0 12 375 111 77
Binary 1111000 1011011 11100101 110000 111100 0 1010 11111101 1001001 111111

Color Harmonies of #785BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BE5

Black with #785BE5

Text Example


Text Example

White with #785BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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