Html Css Color HEX #785CEA Medium Slate Blue

📋 copy color: '#785CEA'

red 120 ◦ green 92 ◦ blue 234

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

Shades of Medium Slate Blue #785CEA

Tints of Medium Slate Blue #785CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.63%

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

R = 26.91%
G = 20.63%
B = 52.47%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#785CEA (or 0x785CEA) is known color: Medium Slate Blue. HEX triplet: 78, 5C and EA. RGB value is (120,92,234). Sum of RGB (Red+Green+Blue) = 120+92+234=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #785CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CEA is #87A315. Grayscale: #747474. Windows color (decimal): -8889110 or 15359096. OLE color: 15359096.

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

Color convert

RGB 120 92 234 -
CMYK 0.49 0.61 0 0.08
HSL 251.83º 0.77% 0.64% -
HSV(B) 251.83º 0.61% 0.92% -
XYZ 26.42 17.59 79.84 -
YUV 116.56 194.28 130.45 -
System Red Green Blue C M Y K H S L
Decimal 120 92 234 0.49 0.61 0 0.08 251.83 0.77 0.64
Hex 78 5C EA 31 3D 0 8 FC 4D 40
Octal 170 134 352 61 75 0 10 374 115 100
Binary 1111000 1011100 11101010 110001 111101 0 1000 11111100 1001101 1000000

Color Harmonies of #785CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CEA

Black with #785CEA

Text Example


Text Example

White with #785CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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