Html Css Color HEX #785FEA Medium Slate Blue

📋 copy color: '#785FEA'

red 120 ◦ green 95 ◦ blue 234

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

Shades of Medium Slate Blue #785FEA

Tints of Medium Slate Blue #785FEA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 26.73%
G = 21.16%
B = 52.12%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#785FEA (or 0x785FEA) is known color: Medium Slate Blue. HEX triplet: 78, 5F and EA. RGB value is (120,95,234). Sum of RGB (Red+Green+Blue) = 120+95+234=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #785FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FEA is #87A015. Grayscale: #757575. Windows color (decimal): -8888342 or 15359864. OLE color: 15359864.

HSL color Cylindrical-coordinate representation of color #785FEA: hue angle of 250.79º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785FEA is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 95 234 -
CMYK 0.49 0.59 0 0.08
HSL 250.79º 0.77% 0.65% -
HSV(B) 250.79º 0.59% 0.92% -
XYZ 26.69 18.12 79.93 -
YUV 118.32 193.28 129.2 -
System Red Green Blue C M Y K H S L
Decimal 120 95 234 0.49 0.59 0 0.08 250.79 0.77 0.65
Hex 78 5F EA 31 3B 0 8 FB 4D 41
Octal 170 137 352 61 73 0 10 373 115 101
Binary 1111000 1011111 11101010 110001 111011 0 1000 11111011 1001101 1000001

Color Harmonies of #785FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785FEA

Black with #785FEA

Text Example


Text Example

White with #785FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,95,234); }

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

background-color css

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

 a { background-color: rgb(120,95,234); }

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

border-color css

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

 span { border-color: rgb(120,95,234); }

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