Html Css Color HEX #785CDF Medium Slate Blue

📋 copy color: '#785CDF'

red 120 ◦ green 92 ◦ blue 223

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

Shades of Medium Slate Blue #785CDF

Tints of Medium Slate Blue #785CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 27.59%
G = 21.15%
B = 51.26%

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

#785CDF (or 0x785CDF) is known color: Medium Slate Blue. HEX triplet: 78, 5C and DF. RGB value is (120,92,223). Sum of RGB (Red+Green+Blue) = 120+92+223=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #785CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CDF is #87A320. Grayscale: #727272. Windows color (decimal): -8889121 or 14638200. OLE color: 14638200.

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

Color convert

RGB 120 92 223 -
CMYK 0.46 0.59 0 0.13
HSL 252.82º 0.67% 0.62% -
HSV(B) 252.82º 0.59% 0.87% -
XYZ 24.89 16.98 71.78 -
YUV 115.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 120 92 223 0.46 0.59 0 0.13 252.82 0.67 0.62
Hex 78 5C DF 2E 3B 0 D FD 43 3E
Octal 170 134 337 56 73 0 15 375 103 76
Binary 1111000 1011100 11011111 101110 111011 0 1101 11111101 1000011 111110

Color Harmonies of #785CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785CDF

Black with #785CDF

Text Example


Text Example

White with #785CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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