Html Css Color HEX #7768F6 Medium Slate Blue

📋 copy color: '#7768F6'

red 119 ◦ green 104 ◦ blue 246

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

Shades of Medium Slate Blue #7768F6

Tints of Medium Slate Blue #7768F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.45%

R = 25.37%
G = 22.17%
B = 52.45%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7768F6 (or 0x7768F6) is known color: Medium Slate Blue. HEX triplet: 77, 68 and F6. RGB value is (119,104,246). Sum of RGB (Red+Green+Blue) = 119+104+246=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #7768F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7768F6 is #889709. Grayscale: #7C7C7C. Windows color (decimal): -8951562 or 16148599. OLE color: 16148599.

HSL color Cylindrical-coordinate representation of color #7768F6: hue angle of 246.34º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7768F6 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 104 246 -
CMYK 0.52 0.58 0 0.04
HSL 246.34º 0.89% 0.69% -
HSV(B) 246.34º 0.58% 0.96% -
XYZ 29.19 20.48 89.6 -
YUV 124.67 196.47 123.95 -
System Red Green Blue C M Y K H S L
Decimal 119 104 246 0.52 0.58 0 0.04 246.34 0.89 0.69
Hex 77 68 F6 34 3A 0 4 F6 59 45
Octal 167 150 366 64 72 0 4 366 131 105
Binary 1110111 1101000 11110110 110100 111010 0 100 11110110 1011001 1000101

Color Harmonies of #7768F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7768F6

Black with #7768F6

Text Example


Text Example

White with #7768F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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