Html Css Color HEX #7768DC Medium Slate Blue

📋 copy color: '#7768DC'

red 119 ◦ green 104 ◦ blue 220

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

Shades of Medium Slate Blue #7768DC

Tints of Medium Slate Blue #7768DC

RGB

 RED value IS 119 (46.88% from 255) = 26.86%

 GREEN value IS 104 (41.02% from 255) = 23.48%

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

R = 26.86%
G = 23.48%
B = 49.66%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7768DC (or 0x7768DC) is known color: Medium Slate Blue. HEX triplet: 77, 68 and DC. RGB value is (119,104,220). Sum of RGB (Red+Green+Blue) = 119+104+220=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #7768DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768DC is #889723. Grayscale: #797979. Windows color (decimal): -8951588 or 14444663. OLE color: 14444663.

HSL color Cylindrical-coordinate representation of color #7768DC: hue angle of 247.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7768DC is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 104 220 -
CMYK 0.46 0.53 0 0.14
HSL 247.76º 0.62% 0.64% -
HSV(B) 247.76º 0.53% 0.86% -
XYZ 25.48 18.99 70.03 -
YUV 121.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 119 104 220 0.46 0.53 0 0.14 247.76 0.62 0.64
Hex 77 68 DC 2E 35 0 E F8 3E 40
Octal 167 150 334 56 65 0 16 370 76 100
Binary 1110111 1101000 11011100 101110 110101 0 1110 11111000 111110 1000000

Color Harmonies of #7768DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768DC

Black with #7768DC

Text Example


Text Example

White with #7768DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,104,220); }

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

background-color css

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

 a { background-color: rgb(119,104,220); }

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

border-color css

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

 span { border-color: rgb(119,104,220); }

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