Html Css Color HEX #7866DE Medium Slate Blue

📋 copy color: '#7866DE'

red 120 ◦ green 102 ◦ blue 222

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

Shades of Medium Slate Blue #7866DE

Tints of Medium Slate Blue #7866DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 27.03%
G = 22.97%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7866DE (or 0x7866DE) is known color: Medium Slate Blue. HEX triplet: 78, 66 and DE. RGB value is (120,102,222). Sum of RGB (Red+Green+Blue) = 120+102+222=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #7866DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7866DE is #879921. Grayscale: #787878. Windows color (decimal): -8886562 or 14575224. OLE color: 14575224.

HSL color Cylindrical-coordinate representation of color #7866DE: hue angle of 249º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7866DE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 102 222 -
CMYK 0.46 0.54 0 0.13
HSL 249º 0.65% 0.64% -
HSV(B) 249º 0.54% 0.87% -
XYZ 25.68 18.77 71.38 -
YUV 121.06 184.96 127.24 -
System Red Green Blue C M Y K H S L
Decimal 120 102 222 0.46 0.54 0 0.13 249 0.65 0.64
Hex 78 66 DE 2E 36 0 D F9 41 40
Octal 170 146 336 56 66 0 15 371 101 100
Binary 1111000 1100110 11011110 101110 110110 0 1101 11111001 1000001 1000000

Color Harmonies of #7866DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7866DE

Black with #7866DE

Text Example


Text Example

White with #7866DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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