Html Css Color HEX #7866DC Medium Slate Blue

📋 copy color: '#7866DC'

red 120 ◦ green 102 ◦ blue 220

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

Shades of Medium Slate Blue #7866DC

Tints of Medium Slate Blue #7866DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 27.15%
G = 23.08%
B = 49.77%

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

#7866DC (or 0x7866DC) is known color: Medium Slate Blue. HEX triplet: 78, 66 and DC. RGB value is (120,102,220). Sum of RGB (Red+Green+Blue) = 120+102+220=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #7866DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866DC is #879923. Grayscale: #787878. Windows color (decimal): -8886564 or 14444152. OLE color: 14444152.

HSL color Cylindrical-coordinate representation of color #7866DC: hue angle of 249.15º 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 #7866DC is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 102 220 -
CMYK 0.45 0.54 0 0.14
HSL 249.15º 0.63% 0.63% -
HSV(B) 249.15º 0.54% 0.86% -
XYZ 25.42 18.66 69.97 -
YUV 120.83 183.96 127.41 -
System Red Green Blue C M Y K H S L
Decimal 120 102 220 0.45 0.54 0 0.14 249.15 0.63 0.63
Hex 78 66 DC 2D 36 0 E F9 3F 3F
Octal 170 146 334 55 66 0 16 371 77 77
Binary 1111000 1100110 11011100 101101 110110 0 1110 11111001 111111 111111

Color Harmonies of #7866DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866DC

Black with #7866DC

Text Example


Text Example

White with #7866DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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