Html Css Color HEX #785BDE Medium Slate Blue

📋 copy color: '#785BDE'

red 120 ◦ green 91 ◦ blue 222

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

Shades of Medium Slate Blue #785BDE

Tints of Medium Slate Blue #785BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.27%

R = 27.71%
G = 21.02%
B = 51.27%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#785BDE (or 0x785BDE) is known color: Medium Slate Blue. HEX triplet: 78, 5B and DE. RGB value is (120,91,222). Sum of RGB (Red+Green+Blue) = 120+91+222=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #785BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BDE is #87A421. Grayscale: #727272. Windows color (decimal): -8889378 or 14572408. OLE color: 14572408.

HSL color Cylindrical-coordinate representation of color #785BDE: hue angle of 253.28º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785BDE is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 91 222 -
CMYK 0.46 0.59 0 0.13
HSL 253.28º 0.66% 0.61% -
HSV(B) 253.28º 0.59% 0.87% -
XYZ 24.67 16.75 71.04 -
YUV 114.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 120 91 222 0.46 0.59 0 0.13 253.28 0.66 0.61
Hex 78 5B DE 2E 3B 0 D FD 42 3D
Octal 170 133 336 56 73 0 15 375 102 75
Binary 1111000 1011011 11011110 101110 111011 0 1101 11111101 1000010 111101

Color Harmonies of #785BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BDE

Black with #785BDE

Text Example


Text Example

White with #785BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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