Html Css Color HEX #7768EC Medium Slate Blue

📋 copy color: '#7768EC'

red 119 ◦ green 104 ◦ blue 236

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

Shades of Medium Slate Blue #7768EC

Tints of Medium Slate Blue #7768EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.42%

R = 25.93%
G = 22.66%
B = 51.42%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7768EC (or 0x7768EC) is known color: Medium Slate Blue. HEX triplet: 77, 68 and EC. RGB value is (119,104,236). Sum of RGB (Red+Green+Blue) = 119+104+236=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #7768EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768EC is #889713. Grayscale: #7B7B7B. Windows color (decimal): -8951572 or 15493239. OLE color: 15493239.

HSL color Cylindrical-coordinate representation of color #7768EC: hue angle of 246.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7768EC is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 104 236 -
CMYK 0.50 0.56 0 0.07
HSL 246.82º 0.78% 0.67% -
HSV(B) 246.82º 0.56% 0.93% -
XYZ 27.7 19.88 81.73 -
YUV 123.53 191.47 124.77 -
System Red Green Blue C M Y K H S L
Decimal 119 104 236 0.50 0.56 0 0.07 246.82 0.78 0.67
Hex 77 68 EC 32 38 0 7 F7 4E 43
Octal 167 150 354 62 70 0 7 367 116 103
Binary 1110111 1101000 11101100 110010 111000 0 111 11110111 1001110 1000011

Color Harmonies of #7768EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768EC

Black with #7768EC

Text Example


Text Example

White with #7768EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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