Html Css Color HEX #7865DC Medium Slate Blue

📋 copy color: '#7865DC'

red 120 ◦ green 101 ◦ blue 220

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

Shades of Medium Slate Blue #7865DC

Tints of Medium Slate Blue #7865DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 27.21%
G = 22.9%
B = 49.89%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7865DC (or 0x7865DC) is known color: Medium Slate Blue. HEX triplet: 78, 65 and DC. RGB value is (120,101,220). Sum of RGB (Red+Green+Blue) = 120+101+220=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #7865DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865DC is #879A23. Grayscale: #777777. Windows color (decimal): -8886820 or 14443896. OLE color: 14443896.

HSL color Cylindrical-coordinate representation of color #7865DC: hue angle of 249.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7865DC is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 101 220 -
CMYK 0.45 0.54 0 0.14
HSL 249.58º 0.63% 0.63% -
HSV(B) 249.58º 0.54% 0.86% -
XYZ 25.32 18.47 69.94 -
YUV 120.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 120 101 220 0.45 0.54 0 0.14 249.58 0.63 0.63
Hex 78 65 DC 2D 36 0 E FA 3F 3F
Octal 170 145 334 55 66 0 16 372 77 77
Binary 1111000 1100101 11011100 101101 110110 0 1110 11111010 111111 111111

Color Harmonies of #7865DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7865DC

Black with #7865DC

Text Example


Text Example

White with #7865DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7865DC; }

 p { color: rgb(120,101,220); }

 H1.HeaderClassName
 {
   color: #7865DC;
 }
 .AnyTagClassName
 {
   color: #7865DC;
 }
</style>

background-color css

<style>
 a { background-color: #7865DC; }

 a { background-color: rgb(120,101,220); }

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

border-color css

<style>
 span { border-color: #7865DC; }

 span { border-color: rgb(120,101,220); }

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