Html Css Color HEX #785BEE Medium Slate Blue

📋 copy color: '#785BEE'

red 120 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #785BEE

Tints of Medium Slate Blue #785BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 26.73%
G = 20.27%
B = 53.01%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#785BEE (or 0x785BEE) is known color: Medium Slate Blue. HEX triplet: 78, 5B and EE. RGB value is (120,91,238). Sum of RGB (Red+Green+Blue) = 120+91+238=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #785BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BEE is #87A411. Grayscale: #737373. Windows color (decimal): -8889362 or 15620984. OLE color: 15620984.

HSL color Cylindrical-coordinate representation of color #785BEE: hue angle of 251.84º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785BEE is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 91 238 -
CMYK 0.50 0.62 0 0.07
HSL 251.84º 0.81% 0.65% -
HSV(B) 251.84º 0.62% 0.93% -
XYZ 26.92 17.65 82.88 -
YUV 116.43 196.61 130.55 -
System Red Green Blue C M Y K H S L
Decimal 120 91 238 0.50 0.62 0 0.07 251.84 0.81 0.65
Hex 78 5B EE 32 3E 0 7 FC 51 41
Octal 170 133 356 62 76 0 7 374 121 101
Binary 1111000 1011011 11101110 110010 111110 0 111 11111100 1010001 1000001

Color Harmonies of #785BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785BEE

Black with #785BEE

Text Example


Text Example

White with #785BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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