Html Css Color HEX #785CFF Medium Slate Blue

📋 copy color: '#785CFF'

red 120 ◦ green 92 ◦ blue 255

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

Shades of Medium Slate Blue #785CFF

Tints of Medium Slate Blue #785CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.6%

R = 25.7%
G = 19.7%
B = 54.6%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#785CFF (or 0x785CFF) is known color: Medium Slate Blue. HEX triplet: 78, 5C and FF. RGB value is (120,92,255). Sum of RGB (Red+Green+Blue) = 120+92+255=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #785CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CFF is #87A300. Grayscale: #767676. Windows color (decimal): -8889089 or 16735352. OLE color: 16735352.

HSL color Cylindrical-coordinate representation of color #785CFF: hue angle of 250.31º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #785CFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 92 255 -
CMYK 0.53 0.64 0 0
HSL 250.31º 1% 0.68% -
HSV(B) 250.31º 0.64% 1% -
XYZ 29.62 18.87 96.69 -
YUV 118.95 204.78 128.75 -
System Red Green Blue C M Y K H S L
Decimal 120 92 255 0.53 0.64 0 0 250.31 1 0.68
Hex 78 5C FF 35 40 0 0 FA 64 44
Octal 170 134 377 65 100 0 0 372 144 104
Binary 1111000 1011100 11111111 110101 1000000 0 0 11111010 1100100 1000100

Color Harmonies of #785CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CFF

Black with #785CFF

Text Example


Text Example

White with #785CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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